boto-s3-router icon indicating copy to clipboard operation
boto-s3-router copied to clipboard

support copy_object copy source string input

Open eden-ohana opened this issue 3 years ago • 0 comments

Currently supports only dictionary.

CopySource='string' or {'Bucket': 'string', 'Key': 'string', 'VersionId': 'string'}

Reference

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})

eden-ohana avatar Dec 05 '21 15:12 eden-ohana