DedicatedDatabaseBackupStorage constructor
DedicatedDatabaseBackupStorage({})
Implementation
DedicatedDatabaseBackupStorage({
required this.provider,
required this.bucket,
required this.region,
required this.prefix,
required this.endpoint,
});