Can I move an object into a 'folder' inside an S3 bucket using the s3cmd mv command?
问题 I have the s3cmd command line tool for linux installed. It works fine to put files in a bucket. However, I want to move a file into a 'folder'. I know that folders aren't natively supported by S3, but my Cyberduck GUI tool converts them nicely for me to view my backups. For instance, I have a file in the root of the bucket, called 'test.mov' that I want to move to the 'idea' folder. I am trying this: s3cmd mv s3://mybucket/test.mov s3://mybucket/idea/test.mov but I get strange errors like: