Skip to content

@sqlrooms/s3-browser / S3Credentials

Variable: S3Credentials

const S3Credentials: z.ZodObject<{ name: z.ZodString; accessKeyId: z.ZodString; secretAccessKey: z.ZodString; region: z.ZodString; bucket: z.ZodString; sessionToken: z.ZodOptional<z.ZodString>; id: z.ZodString; createdAt: z.ZodString; updatedAt: z.ZodString; }, z.core.$strip>