Module

x/aws_api/services/s3/structs.ts>_Object

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
interface _Object
import { type _Object } from "https://dotland.deno.dev/x/aws_api@v0.8.1/services/s3/structs.ts";

Properties

optional
Key: string | null
optional
LastModified: Date | number | null
optional
ETag: string | null
optional
Size: number | null
optional
StorageClass: ObjectStorageClass | null
optional
Owner: Owner | null