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

AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails

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

Information about what Amazon S3 does when a multipart upload is incomplete.

interface AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails {
DaysAfterInitiation?: number | null;
}

§Properties

§
DaysAfterInitiation?: number | null
[src]

The number of days after which Amazon S3 cancels an incomplete multipart upload.