DatastoreStorage constructor
DatastoreStorage({
- CustomerManagedDatastoreS3Storage? customerManagedS3,
- ServiceManagedDatastoreS3Storage? serviceManagedS3,
Implementation
DatastoreStorage({
this.customerManagedS3,
this.serviceManagedS3,
});