Does @aws-sdk/client-s3 CopyObjectCommand copy the file?
In my Angular 15 project I'm storing files (PutObjectCommand) and copying files (CopyObjectCommand). Using @aws-sdk/[email protected] The PutObjectCommand is working fine. However, the CopyObjectCommand does not actually copy the file. The data I'm passing to copy is: Bucket: "simplify-pilot-media-dev" CopySource: "/simplify-pilot-media-dev/profiles/0972000547780992.jpg"…