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

Bucket cannot be renamed #71

Open
nileshvd opened this issue Jan 13, 2025 · 2 comments
Open

Bucket cannot be renamed #71

nileshvd opened this issue Jan 13, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@nileshvd
Copy link

Tested in SageMaker JupyterLab

Installed the extension, and attempted to rename bucket by right clicking bucket name and pressing rename Even with a valid new name, bucket could not be renamed and there was no error message why rename operation failed

@DenisaCG DenisaCG added the enhancement New feature or request label Jan 14, 2025
@DenisaCG
Copy link
Member

Thanks for opening this issue.

The renaming feature for buckets has not been implemented yet.

From the AWS docs it seems direct renaming is not possible for buckets, so we have to implement this by creating a new bucket and moving all objects there, then deleting the previous bucket.

It's important to also keep in mind the bucket policies and already defined ACL and how to transfer this to the new bucket.

@nileshvd
Copy link
Author

Thank you for looking into this @DenisaCG!

Since renaming is not supported, is it possible to remove (or gray out) the option to rename in UI?

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

No branches or pull requests

2 participants