-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Bug in v1.47.0 after allowing default bucket to be specified by the user #1174
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
Comments
Thanks for reporting this! We're looking into this now. |
While we push a revert out, I believe a workaround is to specify the session with the custom bucket name as part of the session you pass in to .get_execution_role(). i.e.:
Alternatively, you can also downgrade to a previous version to unblock yourself. In the meantime, we're working on a version of this fix that doesn't create the bucket on init. |
Hi @elvinx, we've merged in the fix for this bug. We'll have a release out soon. |
The bugfix has been released. Please feel free to reach out if you have any further questions. |
@andremoeller thank you for the quick fix!
I am afraid this feature (#1168) introduced a bug :/ And now by default the SDK tries to create the bucket all the time
ClientError: An error occurred (AccessDenied) when calling the CreateBucket operation: Access Denied
#1165
The text was updated successfully, but these errors were encountered: