简体   繁体   中英

can NOT access default S3 bucket in near-lake-farmework-py

We are trying to build custom indexer client with the newest near-lake-farmwork-py, but always stuck at await streamer_messages_queue.get() . Then we try to access those default S3 bucket in code with our own AWS S3 credentials, it says: The AWS Access Key Id you provided does not exist in our records .
So we wonder is there any step we miss, that register our own AWS Access Key to the bucket explicitly or is there any public key to do that?

According to AWS documentation for the error message you posted , it seems that the access key you created does not exist (either revoked or mistyped).

So we wonder is there any step we miss, that register our own AWS Access Key to the bucket explicitly or is there any public key to do that?

Nope, no extra steps are needed from the NEAR Lake side, as AWS buckets are already configured with "requester pays" policy. There is something wrong with your AWS setup (not specific to the NEAR Lake buckets).

As mentioned in the NEAR Lake documentation , follow these steps to get AWS access keys.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM