This repository was archived by the owner on Mar 3, 2026. It is now read-only.
@google-cloud/storage v1.5.0
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
userProjecttype definition. (Nice catch, @tejohnso!) - (#79): Explain
extensionHeadersbetter forfile#getSignedUrl(). (Thanks for pointing this out, @teemeh!)