Stratosphere.Block.S3.S3Service.S3Service C# (CSharp) Method

S3Service() public method

public S3Service ( string serviceId, string serviceSecret ) : System
serviceId string
serviceSecret string
return System
        public S3Service(string serviceId, string serviceSecret)
        {
            _serviceId = serviceId;
            _serviceSecret = serviceSecret;
        }