@google-cloud/storage v1.2.0
Features
- Support managing Bucket labels.
- Support "Requester Pays" functionality, allowing another project to be billed for access to your bucket. Alternatively, if you're accessing another user's bucket, specify the
userProject
option on any bucket access method (file.download()
,bucket.getFiles()
, etc) to have your project billed.
Fixes
- Upgrade dependency for Node v6 compatibility.