[go: up one dir, main page]

Skip to content

Release Google Cloud Storage 1.11.0

Compare
Choose a tag to compare
@quartzmo quartzmo released this 02 May 02:17
· 16681 commits to main since this release
  • Support partial Storage::File downloads. (@georgeclaghorn)
  • Add File#rewrite.
    • Similar to File#copy, except for being able to specify both source and destination encryption keys.
    • Refactor both File#copy and File#rotate to call File#rewrite.
  • Update documentation for File-like IO parameters. The underlying libraries call #size on the argument, which is not present on IO, but is present on File and StringIO.