HeadObjectOutput
import type { HeadObjectOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3.ts";interface HeadObjectOutput {
AcceptRanges?: string | null;
ArchiveStatus?: ArchiveStatus | null;
BucketKeyEnabled?: boolean | null;
CacheControl?: string | null;
ContentDisposition?: string | null;
ContentEncoding?: string | null;
ContentLanguage?: string | null;
ContentLength?: number | null;
ContentType?: string | null;
DeleteMarker?: boolean | null;
ETag?: string | null;
Expiration?: string | null;
Expires?: Date | number | null;
LastModified?: Date | number | null;
Metadata: {};
[key: string]: string | null | undefined;
MissingMeta?: number | null;
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | null;
ObjectLockMode?: ObjectLockMode | null;
ObjectLockRetainUntilDate?: Date | number | null;
PartsCount?: number | null;
ReplicationStatus?: ReplicationStatus | null;
RequestCharged?: RequestCharged | null;
Restore?: string | null;
ServerSideEncryption?: ServerSideEncryption | null;
SSECustomerAlgorithm?: string | null;
SSECustomerKeyMD5?: string | null;
SSEKMSKeyId?: string | null;
StorageClass?: StorageClass | null;
VersionId?: string | null;
WebsiteRedirectLocation?: string | null;
}§Properties
§
ArchiveStatus?: ArchiveStatus | null
[src]§
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | null
[src]§
ObjectLockMode?: ObjectLockMode | null
[src]§
ReplicationStatus?: ReplicationStatus | null
[src]§
RequestCharged?: RequestCharged | null
[src]§
ServerSideEncryption?: ServerSideEncryption | null
[src]§
StorageClass?: StorageClass | null
[src]