This repository was archived by the owner on Mar 3, 2026. It is now read-only.
@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
userProjectoption on any bucket access method (file.download(),bucket.getFiles(), etc) to have your project billed.
Fixes
- Upgrade dependency for Node v6 compatibility.