Reputation: 1449
I currently have problem pushing all my zip files using the aws command. my location of my files is on my computer folder. so my main goal here is all of my zip files on my specific folder will transfer to the s3 bucket when i run the bat files command that i created.
Fatal error: an error occured when calling the ListObjects v2 operations: The Aws Key Id you provided not exist in our records.
Please see the error below:
Command:
aws s3 cp s3://s3_folder/07-08-2020/*.zip C:\first_folder\my_folder\update --recursive
S3 Bucket:
Upvotes: 1
Views: 118
Reputation: 238189
Based on the comments.
The issue was caused by two factors:
Instruction to setup the credentials for AWS CLI are:
Upvotes: 1