export interface IPlatformObjectStorageBindingConfig { bucketName?: string; region?: string; publicRead?: boolean; versioning?: boolean; }