Amazon web services – CopyObjectCommand does not copy the file Returns Error Header not implemented
In my Nextjs project I'm trying to copy files using (CopyObjectCommand). Using @aws-sdk/client-s3: 3.616.0 The PutObjectCommand and DeleteObjectCommand are working fine. However, the CopyObjectCommand returns an error Below is my code // Copy S3 Object export const copyS3Object = (sourceKey,…