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 believe it's expecting an ExtraArgs parameter instead of RequestPayer directly, but I've been unable to find exactly where that's documented and for which version of boto3.
The text was updated successfully, but these errors were encountered:
I see, looks like a problem with just the read function because it's passing in requester pays to s3.get_object, but s3.get_object is just getting the requester pays attribute for the whole session, so the read function should not check for it and try to pass it in.
Temp workaround would be to just download the file then read it from disk.
With
This exception happens when trying to use requester pays:
from code:
I believe it's expecting an
ExtraArgs
parameter instead ofRequestPayer
directly, but I've been unable to find exactly where that's documented and for which version of boto3.The text was updated successfully, but these errors were encountered: