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

AbortIncompleteMultipartUpload

import type { AbortIncompleteMultipartUpload } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";

Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Policy in the Amazon S3 User Guide.

interface AbortIncompleteMultipartUpload {
DaysAfterInitiation?: number | null;
}

§Properties

§
DaysAfterInitiation?: number | null
[src]

Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload.