feature request: S3 RenameObject
Is there an existing issue for this?
- [x] I have searched the existing issues
Feature description
Implement the AWS S3 Rename Object
🧑💻 Implementation
Add a new handler on localstack-core/localstack/services/s3/provider.py and affected areas to support a new method for existing provider (s3).
Anything else?
No response
Welcome to LocalStack! Thanks for reporting your first issue and our team will be working towards fixing the issue for you or reach out for more background information. We recommend joining our Slack Community for real-time help and drop a message to LocalStack Support if you are a licensed user! If you are willing to contribute towards fixing this issue, please have a look at our contributing guidelines.
Hello @anderson-comvex and thanks for the feature request! Unfortunately the S3 RenameObject operation is only supported for S3 Directory Buckets, which LocalStack does not yet support. We would need to first support Directory Buckets and S3 Express One Zone before being able to implement RenameObject. We have a feature request at #12184 for that, if you could go and upvote this, it will help raising the awareness of supporting such a feature. Thank you!