-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[aiobotocore] Access Denied when calling the ListObjects #1005
Comments
could you try with debug logging enabled? |
|
These all logs are showing when enabling the DEBUG in the code snippet. |
interesting, not anything obviously wrong. Could you do a comparison debug output using botocore? That may shed some light. |
Using boto3 I am able to get the bucket objects:
|
And the interesting thing is that the same objects for which I am getting error right now, it works fine with same code after one day. |
i was curious more of using raw botocore, not boto3 for a cleaner log comparison |
With botocore I am able to access the bucket objects ..
Here is the log:
|
Any update on this ? |
the two traces don't match. The code run in botocore needs to be the same code as in aiobotocore. Could you return the logs from aiobotocore with the same code from botocore? thanks. Also is there any way I can reproduce this locally? perhaps with moto or if you create some test bucket with temp user for me? I put some social links on my profile if you'd like to contact me, thanks! |
@thehesiod I tried to connect you via reddit. Please let me know when can we schedule a call? |
@akanshi-elastic sorry about that! just replied with my email |
you can send me a calendar with my username at gmail |
Hello, I am seeing a similar error to this. Intermittently, a function call to list objects raises the Was there a resolution to this issue? |
I killed that stale thing, re-opening |
Requirements
Description
I observed that when I create resource using default region which was mentioned in
aws configure
and try to access(using same resource) a bucket(newly created bucket) inus-west-2
usingaiobotocore
it gives an errorAccess denied
for few days and then it starts working. Usingboto3
it works fine.Code Snipppet
The text was updated successfully, but these errors were encountered: