boto-s3-router
boto-s3-router copied to clipboard
support copy_object copy source string input
Currently supports only dictionary.
CopySource='string' or {'Bucket': 'string', 'Key': 'string', 'VersionId': 'string'}
Not trivial because If you want to provide the copy source for an S3 access point as a string instead of a dictionary, the ARN provided must be the full S3 access point object ARN (i.e. {accesspoint_arn}/object/{key})