Exemplo n.º 1
0
 public Stream ReadS3File(string bucketName, string key)
 {
     return(S3FileService.ReadContentFromS3(bucketName, key));
 }