Quantcast
Channel: How do you rename a folder in a bucket on S3? - Stack Overflow
Browsing latest articles
Browse All 6 View Live

Answer by m360ai for How do you rename a folder in a bucket on S3?

Go into the S3 console and use the following:aws s3 --recursive mv s3://<bucketname>/<folder_name_from> s3://<bucket>/<folder_name_to>

View Article



Answer by Brendan for How do you rename a folder in a bucket on S3?

If you use the S3 Management Console, you can cut and paste. Go into the folder you want, click Ctrl + A, then click Actions > Cut. Make your new folder and click Actions > Paste.

View Article

Answer by Dan Tenenbaum for How do you rename a folder in a bucket on S3?

Seems like the AWS Command Line Interfaceis the new way to do stuff like this. Using it, you can rename a folder like this:aws s3 mv --recursive s3://bucketname/oldfoldername...

View Article

Answer by Ronen Botzer for How do you rename a folder in a bucket on S3?

If you're using the aws-s3 gem, the following code will rename folder OLD_FOLDER_NAME in bucket BUCKET_NAME to NEW_FOLDER_NAME:bsize = OLD_FOLDER_NAME.sizebucket =...

View Article

Answer by Trip for How do you rename a folder in a bucket on S3?

Use BucketExplorer! This is a great app! You can do pretty much anything you ever wanted to do to your s3 in a very very easy to understand GUI

View Article


How do you rename a folder in a bucket on S3?

As simple as it sounds, it seems like an extraordinarily complicated task.

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images