S3 Move Implementation
Author: 0xAJXCreated Jul 5, 2026Updated Sep 17, 2026
Labelsfeature-requests3p3
Describe the feature
I want to have the move object functionality added in boto3 for S3.
Use Case
I've had many occasions where I've to move objects but since its not available either I've to run "aws s3 mv" in my code or perform a copy and delete. Since its already available in AWS CLI, I think this should be available in boto3 aswell.
Proposed Solution
I've implemented a move functionality in the s3 inject file.
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
SDK version used
1.43.40
Environment details (OS name and version, etc.)
Windows 11
Source: boto/boto3