export type ObjectInfo = Record; export type BucketInfo = Record; export type S3Credentials = { accessKeyId: string; secretKey: string; endpoint: string; };