- Generate rfc 3986 compliant urls
- Add support for temporary URLs (Signed)
- Fix bug where recursive delete would not delete directories (Issue #96)
- Delete now recursivley deletes all objects inside the directory before deleting the directory itself
- Allow the use of any 1.* google/cloud-storage version
- Move from google/cloud to google/cloud-storage package to simplify updating dependencies
- Bump supported google/cloud versions
- fix: remove bucket name prepending when using a custom storage uri
- simplify google/cloud composer version pinning
- Allow for google/cloud ^0.31.0|^0.32.0|^0.33.0|^0.34.0|^0.35.0
- Fix broken move/rename operations (@maksimru)
- 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
- Fix to readStream incorrectly returning a
StreamInterface
instead of aresource
(@andris-sevcenko)
- Allow metadata to be passed as a config option for file uploads (@MikeyVelt)
- Fix 'undefined index' bug when objects come back with no contentType
- Remove path prefix, if any, from object dirname and path when normalising objects (@andris-sevcenko)
- Allow for google/cloud ^0.20.0
- Add support for reading from streams (implemented in google/cloud 0.10.2)
- Allow for google/cloud ^0.10.0|^0.11.0|^0.12.0|^0.13.0
- Use https in generated urls to storage bucket objects (@jorisvaesen)
- Fix visibility setting not using fallback config (@cristianobaptista)
- Allow for google/cloud ^0.9.0
- Add
getUrl($path)
method for Laravel 5.3 Filesystem to hook into
- Switch to google/cloud package
- Add support for Flysystem path prefix
- Add unit tests
- Switch to 2.0.0RC of google/apiclient
- Remove support for 2.0.0RC of google/apiclient - not backwards compatible
- Fix to incorrect classification of files vs folders (@paulcanning)
- Fix to now return null instead of false when a file is empty (@paulcanning)
- Change composer.json to support both v1.1 and 2.0.0RC of google/apiclient (@cedricziel)
- Fix to handling of private / public permissions (@cedricziel)
- Initial release