Exemple #1
0
 public S3FetchClient(IHttpRetryService httpRetryService,
     IFileSystem fileSystem,
     AmazonS3 s3)
 {
     this.httpRetryService = httpRetryService;
     this.fileSystem = fileSystem;
     this.s3 = s3;
 }
Exemple #2
0
 public HttpFetchClient(IHttpRetryService httpRetryService)
 {
     this.httpRetryService = httpRetryService;
 }