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

GetObjectRequest

import type { GetObjectRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3.ts";
interface GetObjectRequest {
Bucket: string;
ExpectedBucketOwner?: string | null;
IfMatch?: string | null;
IfModifiedSince?: Date | number | null;
IfNoneMatch?: string | null;
IfUnmodifiedSince?: Date | number | null;
Key: string;
PartNumber?: number | null;
Range?: string | null;
RequestPayer?: RequestPayer | null;
ResponseCacheControl?: string | null;
ResponseContentDisposition?: string | null;
ResponseContentEncoding?: string | null;
ResponseContentLanguage?: string | null;
ResponseContentType?: string | null;
ResponseExpires?: Date | number | null;
SSECustomerAlgorithm?: string | null;
SSECustomerKey?: Uint8Array | string | null;
SSECustomerKeyMD5?: string | null;
VersionId?: string | null;
}

§Properties

§
Bucket: string
[src]
§
ExpectedBucketOwner?: string | null
[src]
§
IfMatch?: string | null
[src]
§
IfModifiedSince?: Date | number | null
[src]
§
IfNoneMatch?: string | null
[src]
§
IfUnmodifiedSince?: Date | number | null
[src]
§
Key: string
[src]
§
PartNumber?: number | null
[src]
§
Range?: string | null
[src]
§
RequestPayer?: RequestPayer | null
[src]
§
ResponseCacheControl?: string | null
[src]
§
ResponseContentDisposition?: string | null
[src]
§
ResponseContentEncoding?: string | null
[src]
§
ResponseContentLanguage?: string | null
[src]
§
ResponseContentType?: string | null
[src]
§
ResponseExpires?: Date | number | null
[src]
§
SSECustomerAlgorithm?: string | null
[src]
§
SSECustomerKey?: Uint8Array | string | null
[src]
§
SSECustomerKeyMD5?: string | null
[src]
§
VersionId?: string | null
[src]