copy_blob: Allow setting object metadata #1359
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 object metadata on copy. This avoids having to do multiple operations on an object to set metadata such as content-type, cache-control, ... on a copied object.
This is currently not exposed in the Python SDK on copy_blob (copy_blob never sends a body in its request). Could this be exposed?
The text was updated successfully, but these errors were encountered: