copy_blob: Allow setting a predefined ACL #1360
Labels
api: storage
Issues related to the googleapis/python-storage API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
The JSON API copy operation allows providing a predefined destination ACL (
destinationPredefinedAcl
). This avoids having to do multiple operations on an object to e.g. make it public after a copy.This is currently not exposed in the Python SDK on copy_blob. Could this be exposed?
The text was updated successfully, but these errors were encountered: