I need to copy many (1000+) files to s3 from GCS to leverage an AWS lambda function. I have edited ~/.boto.cfg
and commented out the 2 aws authentication parameters but a simple gsutil ls s3://mybucket
fails from either an GCE or EC2 VM.
Error is The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.
.
I use gsutil version: 4.28
and locations of GCS and S3 bucket are respectively US-CENTRAL1
and US East (Ohio)
- in case this is relevant.
I am clueless as the AWS key is valid and I enabled http/https. Downloading from GCS and uploading to S3 using my laptop's Cyberduck is impracticable (>230Gb)