type alias S3Resourceimport { type S3Resource } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/types.gen.ts"; definition: { bucket: string; region: string; endPoint: string; useSSL: boolean; accessKey?: string; secretKey?: string; pathStyle: boolean; }