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
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
The text was updated successfully, but these errors were encountered:
The renaming feature for buckets has not been implemented yet.
From the AWSdocs 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.
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 failedThe text was updated successfully, but these errors were encountered: