aws / aws-sdk

Landing page for the AWS SDKs on GitHub
https://aws.amazon.com/tools/
Other
73 stars 14 forks source link

AWS S3 SDK doesn't support file renaming. #252

Open nazeer1100126 opened 4 years ago

nazeer1100126 commented 4 years ago

There is no method available to rename a particular file in AWS S3 SDK. The suggested approach copying the file content to new file is time consuming.

nazeer1100126 commented 4 years ago

com.amazonaws.services.s3.transfer.TransferManager

debora-ito commented 4 years ago

No, there's no rename operation available in S3. This is a feature request for the S3 API team, so I will reach out to them and report your request.

I would also suggest raising this in the AWS Developer Forum https://forums.aws.amazon.com/forum.jspa?forumID=24 or via customer support, to engage the service team directly.

nazeer1100126 commented 4 years ago

Thank you @debora-ito for taking initiative to reach out API team. I will raise this issue via customer support too.

debora-ito commented 2 years ago

For visibility to other SDKs, I'm moving this to the aws-sdk repository.

kellertk commented 6 months ago
P126356884