ListParts
Source:
src/AWS/Glacier/ListParts.ts
Runtime binding for the ListParts operation (IAM action
glacier:ListParts on the vault ARN).
Lists the parts already uploaded for an in-progress multipart upload on
the bound Vault, sorted by byte range — the resume point after a
crashed uploader.
Provide the implementation with
Effect.provide(AWS.Glacier.ListPartsHttp).
Uploading Archives
Section titled “Uploading Archives”const listParts = yield* AWS.Glacier.ListParts(vault);
const { Parts } = yield* listParts({ uploadId });