AWS S3 - Move an object to a different folder
问题 Is there any way to move an object to a different folder in the same bucket using the AWS SDK (preferably for .Net)? Searching around all I can see is the suggestion of Copy to new location and Delete of the original (Which is easy enough via "CopyObjectRequest" and "DeleteObjectRequest") however I'm just wondering is this the only way? 回答1: Turns out you can use Amazon.S3.IO.S3FileInfo to get the object and then call the "MoveTo" method to move the object. S3FileInfo currentObject = new