Stratosphere.Block.S3.S3Service.S3Service C# (CSharp) Méthode

S3Service() public méthode

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