type alias S3Resourceimport { type S3Resource } from "https://dotland.deno.dev/x/windmill@v1.415.2/windmill-api/index.ts"; definition: { bucket: string; region: string; endPoint: string; useSSL: boolean; accessKey?: string; secretKey?: string; pathStyle: boolean; }