Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UploadMultipartPartOutput

import type { UploadMultipartPartOutput } from "https://aws-api.deno.dev/v0.3/services/glacier.ts?docs=full";

Contains the Amazon S3 Glacier response to your request.

interface UploadMultipartPartOutput {
checksum?: string | null;
}

§Properties

§
checksum?: string | null
[src]

The SHA256 tree hash that Amazon S3 Glacier computed for the uploaded part.