Release Google Cloud Storage 1.11.0
·
23678 commits
to main
since this release
- Support partial
Storage::Filedownloads. (@georgeclaghorn) - Add
File#rewrite.- Similar to
File#copy, except for being able to specify both source and destination encryption keys. - Refactor both
File#copyandFile#rotateto callFile#rewrite.
- Similar to
- Update documentation for
File-likeIOparameters. The underlying libraries call#sizeon the argument, which is not present onIO, but is present onFileandStringIO.