Exemple #1
0
 public S3FileStore(IAwsClientFactory clientFactory)
 {
     _client = clientFactory.CreateS3Client();
 }