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
§
RequestPayer?: RequestPayer | null
[src]