-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add RequesterPays as BucketField entry #2391
Copy link
Copy link
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Activity
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java#L95
Currently, if I retrieve by
ID, I receive null onrequesterPayseven when it has been enabled on a bucket.Please add
RequesterPaysasBucketFieldentry (unless there is another recommended approach to queryingrequesterPaysstatus of a bucket)