Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 mv #353

Open
2 tasks
ukdocCT opened this issue Jun 25, 2024 · 2 comments
Open
2 tasks

S3 mv #353

ukdocCT opened this issue Jun 25, 2024 · 2 comments
Labels
feature-request A feature should be added or improved. module/powershell-cmdlets p2 This is a standard priority issue queued

Comments

@ukdocCT
Copy link

ukdocCT commented Jun 25, 2024

Describe the feature

While investigating a new function, i came across aws s3 mv function but could fine no equivalent in the powershell modules.

Use Case

Moving s3 object from one path/key/bucket to another path/key/bucket

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS Tools for PowerShell version used

AWS.Tools.S3 v4.1.467

PowerShell version used

PS 7.4.3 & PS 5.1

Operating System and version

Windows 10

@ukdocCT ukdocCT added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jun 25, 2024
@ashishdhingra
Copy link
Contributor

Useful feature request. AWS CLI aws s3 mv is the customized implementation. S3 API doesn't natively support move operation. So basically S3 move is a combination of CopyObject and DeleteObject operation.

  • Should it support single object or a S3 like folder structure?
  • It should support consistency. What is some object copy fails, should it rollback?

Needs review with the team.

@ashishdhingra ashishdhingra added needs-review p2 This is a standard priority issue and removed needs-triage This issue or PR still needs to be triaged. labels Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. module/powershell-cmdlets p2 This is a standard priority issue queued
Projects
None yet
Development

No branches or pull requests

4 participants
@ashishdhingra @ukdocCT @bhoradc and others