Snowcode.S3BuildPublisher.S3.S3Helper.S3Helper C# (CSharp) Method

S3Helper() public method

public S3Helper ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string
awsSecretAccessKey string
return System
        public S3Helper(string awsAccessKeyId, string awsSecretAccessKey)
        {
            Client = AWSClientFactory.CreateAmazonS3Client(awsAccessKeyId, awsSecretAccessKey);
        }

Same methods

S3Helper::S3Helper ( AmazonS3 amazonS3Client ) : System
S3Helper::S3Helper ( Snowcode.S3BuildPublisher.Client.AwsClientDetails clientDetails ) : System