DatastoreStorage constructor

DatastoreStorage({
  1. CustomerManagedDatastoreS3Storage? customerManagedS3,
  2. ServiceManagedDatastoreS3Storage? serviceManagedS3,
})

Implementation

DatastoreStorage({
  this.customerManagedS3,
  this.serviceManagedS3,
});