Example usage for Java com.amazonaws SDKGlobalConfiguration fields, constructors, methods, implement or subclass
The text is from its open source code.
String | DISABLE_CERT_CHECKING_SYSTEM_PROPERTY Disable validation of server certificates when using the HTTPS protocol. |
String | ACCESS_KEY_SYSTEM_PROPERTY System property name for the AWS access key ID |
String | SECRET_KEY_SYSTEM_PROPERTY System property name for the AWS secret key |
String | EC2_METADATA_SERVICE_OVERRIDE_SYSTEM_PROPERTY System property for overriding the Amazon EC2 Instance Metadata Service endpoint. |
String | ENABLE_S3_SIGV4_SYSTEM_PROPERTY By default, the AmazonS3Client will continue to use the legacy S3Signer to authenticate requests it makes to S3 in regions that support the older protocol. |
String | ACCESS_KEY_ENV_VAR Environment variable name for the AWS access key ID |
String | ALTERNATE_ACCESS_KEY_ENV_VAR Alternate environment variable name for the AWS access key ID |
String | SECRET_KEY_ENV_VAR Environment variable name for the AWS secret key |
String | ALTERNATE_SECRET_KEY_ENV_VAR Alternate environment variable name for the AWS secret key |
String | AWS_CBOR_DISABLE_SYSTEM_PROPERTY System property to disable CBOR protocol. |