aws / aws-tools-for-powershell

The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the PowerShell scripting environment.
Apache License 2.0
235 stars 78 forks source link

Support S3 ListMultipartUploads API #168

Closed ghost closed 3 years ago

ghost commented 3 years ago

Describe the Feature

There is no cmdlet supporting the ListMultipartUploads API action for S3. We do have Remove-S3MultipartUpload, but no ability to list them first.

Is your Feature Request related to a problem?

We have hundreds of buckets, owned by many teams, with varying maturity in lifecycle policies. We'd like to understand the scope of aborted multipart uploads (and their expense!). Our TAM can run a report on this, we'd like to be able to do it ourselves in Powershell (knowing this API is supported in basically every other SDK).

Proposed Solution

I think a new cmdlet, something like Get-S3ObjectMultipartUpload would be great.

Describe alternatives you've considered

Certainly could do the same in Python boto3, but this seems like an obvious omission in Powershell.

ashishdhingra commented 3 years ago

This is fixed in AWS.Tools.S3 4.1.13.0.

github-actions[bot] commented 3 years ago

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.