Constant AWS_S3_COPY_SOURCE
pub const AWS_S3_COPY_SOURCE: &'static str;
Expand description
The source object (in the form bucket
/key
) for the copy operation.
§Notes
The copy_source
attribute applies to S3 copy operations and corresponds to the --copy-source
parameter
of the copy-object operation within the S3 API.
This applies in particular to the following operations:
§Examples
"someFile.yml"