Flysystem Google Cloud Storage Versions Save

Flysystem Adapter for Google Cloud Storage

7.2.2

4 years ago
  • Generate RFC3986 compliant urls
  • Add support for temporary URLs (Signed)

7.2.1

5 years ago
  • Fix bug where recursive delete would not delete directories

7.2.0

5 years ago
  • Delete now recursively deletes all objects inside the directory before deleting the directory itself

7.1.0

5 years ago
  • Allow the use of any 1.* google/cloud-storage version

7.0.0

6 years ago
  • Move from google/cloud to google/cloud-storage package to simplify updating dependencies

6.0.0

6 years ago
  • Bump supported google/cloud versions
  • fix: remove bucket name prepending when using a custom storage uri
  • simplify google/cloud composer version pinning

5.0.3

6 years ago

Changelog

5.0.3 - 2017-07-18

  • Allow for google/cloud ^0.31.0|^0.32.0|^0.33.0|^0.34.0|^0.35.0

5.0.2

6 years ago

Changelog

5.0.2 - 2017-07-04

  • Fix broken move/rename operations (@maksimru)

5.0.1

6 years ago

Changelog

5.0.1 - 2017-05-19

  • Allow for google/cloud ^0.22.0|^0.23.0|^0.24.0|^0.25.0|^0.26.0|^0.27.0|^0.28.0|^0.29.0|^0.30.0

5.0.0

7 years ago

Changelog

5.0.0 - 2017-04-03

  • Fix to readStream incorrectly returning a StreamInterface instead of a resource (@andris-sevcenko)