I am trying to run this command
aws s3 sync images/ s3://mybucket/myfolder
I get an error
A client error (InvalidRequest) occurred when calling the ListObjects operation: The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256
How to fix it?
Thank you.