Skip to content

ListMultipartUploads

Source: src/AWS/Glacier/ListMultipartUploads.ts

Runtime binding for the ListMultipartUploads operation (IAM action glacier:ListMultipartUploads on the vault ARN).

Lists the in-progress multipart uploads for the bound Vault — useful for finding and aborting stale uploads that still accrue storage. Provide the implementation with Effect.provide(AWS.Glacier.ListMultipartUploadsHttp).

const listMultipartUploads =
yield* AWS.Glacier.ListMultipartUploads(vault);
const { UploadsList } = yield* listMultipartUploads();