Skip to content
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

BucketAlreadyOwnedByYouException raised when trying to recreate an already existing bucket #243

Open
Kevinbarre opened this issue Feb 29, 2024 · 0 comments

Comments

@Kevinbarre
Copy link

Hello. We've recently updated our docker image to 8.3.3 in development environment, and noticed a possible regression from the 8.3.2 version.

Now when we're trying to call in our Java code s3Client.createBucket (were s3Client is an instance of software.amazon.awssdk.services.s3.S3Client in version 2.24.5), we get a BucketAlreadyOwnedByYouException. This was not the case in previous version, and this is also not the case with our production S3.

We assume this might be related to this change: https://github.com/scireum/s3ninja/pull/234/files#diff-195fb79af6718a11c2a02f5d4f89adda31f22f6fe04a75ce32416c544d14fd53R495

Do you know if this is an intented new behavior from your side, and we should adapt ? Or if this is unwanted and we should just stick to 8.3.2 for now ?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant