pub const AWS_S3_DELETE: &'static str;Expand description
The delete request container that specifies the objects to be deleted.
§Notes
The delete attribute is only applicable to the delete-object operation.
The delete attribute corresponds to the --delete parameter of the
delete-objects operation within the S3 API.
§Examples
"Objects=[{Key=string,VersionId=string},{Key=string,VersionId=string}],Quiet=boolean"