export type S3Config = { accessKeyId: string; secretAccessKey: string; bucket: string; region: string; endpoint: string; forcePathStyle?: boolean; };