# Google cloud storage Connector - Update object metadata
This action will update an object’s metadata in your Google cloud storage instance.d
For uploading object content and metadata use the upload object action.
# Input
| Field | Description |
|---|---|
| Bucket name Required | The name of the bucket to be updated. |
| Object name Required | The name of the object to be updated. |
| Pre-defined Access Controls | Select a pre-defined access control configuration. |
| Projection | Select the set of properties to return. Defaults to No ACL. |
| Generation | If present, permanently deletes a specific revision of this object (as opposed to the latest version, the default). |
| If generation matches | Makes the operation conditional on whether the object's current generation matches the given value. Setting to 0 makes the operation succeed only if there are no live versions of the object. |
| If generation does not match | Makes the operation conditional on whether the object's current generation does not match the given value. If no live object exists, the precondition fails. Setting to 0 makes the operation succeed only if there is a live version of the object. |
| If Meta generation matches | Makes the operation conditional on whether the object's current metageneration matches the given value. |
| If Meta generation does not match | Makes the operation conditional on whether the object's current metageneration does not match the given value. |
Pre-defined access controls
These are the accepted configurations:
- authenticatedRead: Object owner gets
OWNERaccess, and allAuthenticatedUsers getREADERaccess. - bucketOwnerFullControl: Object owner gets
OWNERaccess, and project workspace admins getOWNERaccess. - bucketOwnerRead: Object owner gets
OWNERaccess, and project workspace admins getREADERaccess. - private: Object owner gets
OWNERaccess. - projectPrivate: Object owner gets
OWNERaccess, and project workspace members get access according to their roles. - publicRead: Object owner gets
OWNERaccess, and allUsers getREADERaccess.
# Output
Object specific output fields will be dynamically rendered base on the objects you select.
Last updated: 5/21/2025, 5:22:32 AM