예제 #1
0
 public AwsS3Controller(s3uploadtestContext context, IAmazonS3 client)
 {
     _context = context;
     S3Client = client;
     S3Items  = new S3Objects(S3Client);
 }
예제 #2
0
 public AwsS3Controller(s3uploadtestContext context)
 {
     _context = context;
     //  S3Client = client;
     S3Items = new S3Objects();
 }