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
download failed: s3://public-blockchain-snapshots/eth/erigon/archive/latest/v1/chaindata/mdbx.dat.zstd to - An error occurred (403) when calling the HeadObject operation: Forbidden`
boiled it down to the download_database_file() function. Tried to pull otherways, seems that somethings wrong with s3pcp.
I've configured the AWS CLI in both user & sudo along with setting /root/.aws creds.
The text was updated successfully, but these errors were encountered:
An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied
An error occurred (AccessDenied) when calling the GetObjectAttributes operation: Access Denied
when I try to run aws s3 ls --request-payer=requester --recursive s3://public-blockchain-snapshots/eth/ and the aws s3 cp commands.
Getting the error:
boiled it down to the
download_database_file()
function. Tried to pull otherways, seems that somethings wrong with s3pcp.I've configured the AWS CLI in both user & sudo along with setting /root/.aws creds.
The text was updated successfully, but these errors were encountered: