Copies a source object to a destination object. Optionally overrides metadata.
Path parameters
Name of the bucket in which to find the source object.
Name of the source object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
Name of the bucket in which to store the new object. Overrides the provided object metadata's bucket value, if any.For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
Name of the new object. Required when the object metadata is not otherwise provided. Overrides the object metadata's name value, if any.
Query parameters
Resource name of the Cloud KMS key, of the form projects/my-project/locations/global/keyRings/my-kr/cryptoKeys/my-key, that will be used to encrypt the object. Overrides the object metadata's kms_key_name value, if any.
Apply a predefined set of access controls to the destination object.
Makes the operation conditional on whether the destination 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.
Makes the operation conditional on whether the destination 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.
Makes the operation conditional on whether the destination object's current metageneration matches the given value.
Makes the operation conditional on whether the destination object's current metageneration does not match the given value.
Makes the operation conditional on whether the source object's current generation matches the given value.
Makes the operation conditional on whether the source object's current generation does not match the given value.
Makes the operation conditional on whether the source object's current metageneration matches the given value.
Makes the operation conditional on whether the source object's current metageneration does not match the given value.
Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
If present, selects a specific revision of the source object (as opposed to the latest version, the default).
The project to be billed for this request. Required for Requester Pays buckets.
Request body
Response
Successful response