Releases: flownative/flow-google-cloudstorage
2.1.2
2.1.1
1.1.1
2.1.0 - Provide credentials via environment variables
This release contains a feature which allows for specifying the private key needed for authentication as a string – for example via an environment variable. See README.md for details.
2.0.1 Bug fix release
This release contains two bug fixes, one which solves problems with Flow 4.0 compatability and another one which solves an issue for resources containing spaces or other special characters in their filenames.
1.1.0 - Provide credentials via environment variables
This release contains a feature which allows for specifying the private key needed for authentication as a string – for example via an environment variable. See README.md for details.
Bug fix release
This release contains a bugfix which solves an issue for resources containing spaces or other special characters in their filenames.
Flow 4.0 compatible release
This release is based on the new vendor namespace "Neos" and works with the upcoming version 4.0 of Flow.
1.0.1: Merge pull request #1 from cwenzelg/master
FEATURE: Use Flow folder for Google Storage temp files The GoogleCloudStorage tries to save some temporary files in the server temporary directory. Working with docker might generate some permission errors. This feature fixes this issue and lets the Google API use the Flow folder structure.
First stable release
After using this package for a while in production, it looks like we can call it stable!