You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i was trying to replicate the steps for training a model using DCLM-baseline, however, while trying to copy the shard contents from aws-s3 bucket, I get permission denied errors. What should I do?
aws s3 cp --recursive s3://commoncrawl/contrib/datacomp/DCLM-baseline/global-shard_03_of_10/local-shard_1_of_10/ dclm_local fatal error: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied
The text was updated successfully, but these errors were encountered:
Have you set your AWS credentials using either environment variables or aws configure? The commoncrawl bucket requires you to be logged in in order to access it.
hi, yes i configured using aws configure. I created an user in IAM console for myself for access key and secret. Although I assume this link already has the data that is necessary, so I guess I don't need to use aws-s3?
Interesting - it might be the case that the permissions set with the IAM account are not enough (I think it has to be explicitly allowed s3 read access)?
Hi,
i was trying to replicate the steps for training a model using DCLM-baseline, however, while trying to copy the shard contents from aws-s3 bucket, I get permission denied errors. What should I do?
aws s3 cp --recursive s3://commoncrawl/contrib/datacomp/DCLM-baseline/global-shard_03_of_10/local-shard_1_of_10/ dclm_local fatal error: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied
The text was updated successfully, but these errors were encountered: