Hi all,
I recently got my credentials (Access ID and Password). I follow the instructions to set up AWS S3 and set default region to None. However, when I tried to download data, I saw this error
botocore.exceptions.ClientError: An error occurred (403) when calling the HeadObject operation: Forbidden
Upon looking up on the internet, it seems like this is the problem of I am not getting the right permission or the bucket is not in the same region as I am in ? How do I check the bucket region and if that is not the issue, how do I solve this? Thanks
I believe you’ll get this error when trying to download a subset that doesn’t exist, could be e.g. that what you’re requesting only exists on a specific dataset version, try setting --version v1 or --version v2