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

S3ObjectMetadata

import type { S3ObjectMetadata } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface S3ObjectMetadata {
CacheControl?: string | null;
ContentDisposition?: string | null;
ContentEncoding?: string | null;
ContentLanguage?: string | null;
ContentLength?: number | null;
ContentMD5?: string | null;
ContentType?: string | null;
HttpExpiresDate?: Date | number | null;
RequesterCharged?: boolean | null;
SSEAlgorithm?: S3SSEAlgorithm | null;
UserMetadata?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
CacheControl?: string | null
[src]
§
ContentDisposition?: string | null
[src]
§
ContentEncoding?: string | null
[src]
§
ContentLanguage?: string | null
[src]
§
ContentLength?: number | null
[src]
§
ContentMD5?: string | null
[src]
§
ContentType?: string | null
[src]
§
HttpExpiresDate?: Date | number | null
[src]
§
RequesterCharged?: boolean | null
[src]
§
SSEAlgorithm?: S3SSEAlgorithm | null
[src]
§
UserMetadata?: {
[key: string]: string | null | undefined;
}
| null
[src]