-
Notifications
You must be signed in to change notification settings - Fork 1.7k
'Bucket'/'Blob' do not support 'user_project' during 'update' #4074
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
Whether due to oversight, or because the buckets.update / objects.update APIs weren't allowing it during implementation, the update methods (implemented in _helpers._PropertyMixin) don't pass their object's user_project (if set).
See #3474.
See also the buckets.update and objects.update method descriptions in the discovery doc, which clearly show that userProject should be allowed.
Reactions are currently unavailable
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.