Hi everyone,
I ran into the following error while trying to copy files from one bucket to another using the AWS CLI:
An error occurred (AccessDenied) when calling the CopyObject operation: Access Denied
Thankfully this one is pretty self-explanatory. My user was missing the permissions required to view the bucket.
To see your user: aws configure list
To add permissions: view the IAM Management Console
Thanks,
Chris
Leave a Reply