public AWSS3API(BasicAWSCredentials basicAWSCredentials, RegionEndpoint regionEndpoint) { //Console.WriteLine("AWSS3API by AWSS3Options"); var credentials = basicAWSCredentials.GetCredentials(); this.awsS3Options = new AWSS3Options() { Key = credentials.AccessKey, Secret = credentials.SecretKey, Region = regionEndpoint.SystemName }; }
public AWSS3API(AWSS3Options awsS3Options) { //Console.WriteLine("AWSS3API by AWSS3Options"); this.awsS3Options = awsS3Options; }
public AWSS3API(AWSS3Options awsS3Options) { this.awsS3Options = awsS3Options; }