
Icon | Member | Description |
---|---|---|
![]() | AmazonGlacierClient()()()() |
Constructs AmazonGlacierClient with the credentials loaded from the application's
default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
Example App.config with credentials set.
![]() <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> |
![]() | AmazonGlacierClient(RegionEndpoint) |
Constructs AmazonGlacierClient with the credentials loaded from the application's
default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
Example App.config with credentials set.
![]() <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> |
![]() | AmazonGlacierClient(AmazonGlacierConfig) |
Constructs AmazonGlacierClient with the credentials loaded from the application's
default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
Example App.config with credentials set.
![]() <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> |
![]() | AmazonGlacierClient(AWSCredentials) |
Constructs AmazonGlacierClient with AWS Credentials
|
![]() | AmazonGlacierClient(AWSCredentials, RegionEndpoint) |
Constructs AmazonGlacierClient with AWS Credentials
|
![]() | AmazonGlacierClient(AWSCredentials, AmazonGlacierConfig) |
Constructs AmazonGlacierClient with AWS Credentials and an
AmazonGlacierClient Configuration object.
|
![]() | AmazonGlacierClient(String, String) |
Constructs AmazonGlacierClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonGlacierClient(String, String, RegionEndpoint) |
Constructs AmazonGlacierClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonGlacierClient(String, String, AmazonGlacierConfig) |
Constructs AmazonGlacierClient with AWS Access Key ID, AWS Secret Key and an
AmazonGlacierClient Configuration object. If the config object's
UseSecureStringForAwsSecretKey is false, the AWS Secret Key
is stored as a clear-text string. Please use this option only
if the application environment doesn't allow the use of SecureStrings.
|
![]() | AmazonGlacierClient(String, String, String) |
Constructs AmazonGlacierClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonGlacierClient(String, String, String, RegionEndpoint) |
Constructs AmazonGlacierClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonGlacierClient(String, String, String, AmazonGlacierConfig) |
Constructs AmazonGlacierClient with AWS Access Key ID, AWS Secret Key and an
AmazonGlacierClient Configuration object. If the config object's
UseSecureStringForAwsSecretKey is false, the AWS Secret Key
is stored as a clear-text string. Please use this option only
if the application environment doesn't allow the use of SecureStrings.
|