All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.resources.awssdk_config_default.json Maven / Gradle / Ivy

Go to download

The AWS Android SDK for Amazon S3 module holds the client classes that are used for communicating with Amazon Simple Storage Service

There is a newer version: 2.77.0
Show newest version
{ // AWS Java SDK internal configuration
  "defaultSigner" : {
    "signerType" : "AWS4SignerType"
  },
  // "regionSigners" configuration takes precedence over
  // the "serviceSigners" configuration,
  // but not the "serviceRegionSigners" configuration
  "serviceSigners" : [ {
    "key" : "ec2",
    "config" : {
      "signerType" : "QueryStringSignerType"
    }
  }, {
    "key" : "email",
    "config" : {
      "signerType" : "AWS3SignerType"
    }
  }, {
    "key" : "importexport",
    "config" : {
      "signerType" : "QueryStringSignerType"
    }
  }, {
    "key" : "route53",
    "config" : {
      "signerType" : "AWS3SignerType"
    }
  }, {
    "key" : "s3",
    "config" : {
      "signerType" : "S3SignerType"
    }
  }, {
    "key" : "sdb",
    "config" : {
      "signerType" : "QueryStringSignerType"
    }
  }, {
    "key" : "cloudsearchdomain",
    "config" : {
      "signerType" : "NoOpSignerType"
    }
  } ],
  "regionSigners" : [ {
    "key" : "eu-central-1",
    "config" : {
      "signerType" : "AWS4SignerType"
    }
  }, {
    "key" : "cn-north-1",
    "config" : {
      "signerType" : "AWS4SignerType"
    }
  } ],
  "serviceRegionSigners" : [ {
    "key" : "s3/eu-central-1",
    "config" : {
      "signerType" : "AWSS3V4SignerType"
    }
  }, {
    "key" : "s3/cn-north-1",
    "config" : {
      "signerType" : "AWSS3V4SignerType"
    }
  } ],
  // AWS http client internal configuration.
  // Currently, only those http client with class name not following the usual
  // convention of (Amazon|AWS).*(JavaClient|Client)
  // needs to be explicitly configured.  Otherwise, the service name of an
  // http client not explicitly configured will be derived automatically from
  // the class name by removing the prefix and suffix as necessary.
  "httpClients" : [ {
    "key" : "AmazonSimpleWorkflowClient",
    "config" : {
      "serviceName" : "swf"
    }
  }, {
    "key" : "AmazonCloudWatchClient",
    "config" : {
      "serviceName" : "monitoring"
    }
  }, {
    "key" : "DataPipelineClient",
    "config" : {
      "serviceName" : "datapipeline"
    }
  }, {
    "key" : "AmazonIdentityManagementClient",
    "config" : {
      "serviceName" : "iam"
    }
  }, {
    "key" : "AmazonSimpleDBClient",
    "config" : {
      "serviceName" : "sdb"
    }
  }, {
    "key" : "AmazonSimpleEmailServiceClient",
    "config" : {
      "serviceName" : "email"
    }
  }, {
    "key" : "AWSSecurityTokenServiceClient",
    "config" : {
      "serviceName" : "sts"
    }
  }, {
    "key" : "AmazonCognitoIdentityClient",
    "config" : {
      "serviceName" : "cognito-identity"
    }
  }, {
    "key" : "AmazonCognitoSyncClient",
    "config" : {
      "serviceName" : "cognito-sync"
    }
  } ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy