I need to upload files recursively from the s3 bucket. Bucket s3 allows anonymous access.
How do I list files and upload them without providing an AWS passkey with an anonymous user?
My team:
aws s3 cp s3:// anonymous@big-data-benchmark /pavlo/text/tiny/rankings/uservisits uservisit --region us-east --recursive
The aws team claims that:
Unable to locate credentials. You can configure credentials by running "aws Unable to locate credentials. You can configure credentials by running "aws configure"
source share