Skip to content

Releases: flownative/flow-google-cloudstorage

2.1.2

15 Aug 07:43
Compare
Choose a tag to compare

This release contains a fix related to encoding of spaces in filenames.

2.1.1

14 Mar 10:04
c326dda
Compare
Choose a tag to compare

This release contains a fix related to content-types / mime-types (#3).

1.1.1

14 Mar 10:03
Compare
Choose a tag to compare

This release contains a fix related to content-types / mime-types (#3).

2.1.0 - Provide credentials via environment variables

27 Feb 19:27
abc9c37
Compare
Choose a tag to compare

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

27 Feb 11:51
0778acc
Compare
Choose a tag to compare

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

27 Feb 19:27
16248df
Compare
Choose a tag to compare

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

27 Feb 11:59
0778acc
Compare
Choose a tag to compare

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

26 Nov 13:54
Compare
Choose a tag to compare

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

24 Nov 20:58
Compare
Choose a tag to compare
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

26 Jul 15:20
Compare
Choose a tag to compare

After using this package for a while in production, it looks like we can call it stable!