- Support Google extension headers on signed URLs (calavera)
- Remove
encryption_key_sha256
method parameter, hash will be calculated usingencryption_key
- Many documentation improvements
- New service constructor Google::Cloud::Storage.new
- Bucket#signed_url added to create URLs without a File object
- Fix issue with signed_url and file names with spaces (gsbucks)
- Fix for timeout on uploads.
This gem contains the Google Cloud Storage service implementation for the google-cloud
gem. The google-cloud
gem replaces the old gcloud
gem. Legacy code can continue to use the gcloud
gem.
- Namespace is now
Google::Cloud
- The
google-cloud
gem is now an umbrella package for individual gems