Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

@google-cloud/storage v1.5.0

Choose a tag to compare

@stephenplusplus stephenplusplus released this 28 Nov 01:16
ec74a68

Features

  • (#63): Upload a file to your bucket from a URL. Idea and implementation by @Kiricon, thank you! 🙇
  • (#81): Update the customer-supplied encryption key for a file with file#rotateEncryptionKey().
  • (#82): Allow unauthenticated File downloads.
  • (#91): Signed policies and URLs no longer require a JSON key file.

Fixes

  • (#57): Correct "Requester Pays" and "User Project" terminology in our documentation.
  • (#61): Correct typo in documentation. (Thanks, @Crazometer!)
  • (#78): Correct userProject type definition. (Nice catch, @tejohnso!)
  • (#79): Explain extensionHeaders better for file#getSignedUrl(). (Thanks for pointing this out, @teemeh!)