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

.aws-java-sdk-osgi.1.10.3.source-code.awssdk_config_default.json Maven / Gradle / Ivy

Go to download

The AWS SDK for Java with support for OSGi. The AWS SDK for Java provides Java APIs for building software on AWS' cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Relational Database Service, Amazon AutoScaling, etc).

There is a newer version: 1.12.772
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" : "importexport",
    "config" : {
      "signerType" : "QueryStringSignerType"
    }
  }, {
    "key" : "s3",
    "config" : {
      "signerType" : "AWSS3V4SignerType"
    }
  } ],
  "regionSigners" : [ ],
  "serviceRegionSigners" : [ {
    "key" : "s3/us-east-1",
    "config" : {
      "signerType" : "S3SignerType"
    }
  }, {
    "key" : "s3/us-west-1",
    "config" : {
      "signerType" : "S3SignerType"
    }
  }, {
    "key" : "s3/us-west-2",
    "config" : {
      "signerType" : "S3SignerType"
    }
  }, {
    "key" : "s3/eu-west-1",
    "config" : {
      "signerType" : "S3SignerType"
    }
  }, {
    "key" : "s3/ap-southeast-1",
    "config" : {
      "signerType" : "S3SignerType"
    }
  }, {
    "key" : "s3/ap-southeast-2",
    "config" : {
      "signerType" : "S3SignerType"
    }
  }, {
    "key" : "s3/ap-northeast-1",
    "config" : {
      "signerType" : "S3SignerType"
    }
  }, {
    "key" : "s3/sa-east-1",
    "config" : {
      "signerType" : "S3SignerType"
    }
  }, {
    "key" : "s3/us-gov-west-1",
    "config" : {
      "signerType" : "S3SignerType"
    }
  }, {
    "key" : "s3/fips-us-gov-west-1",
    "config" : {
      "signerType" : "S3SignerType"
    }
  }, {
    "key" : "sdb/us-east-1",
    "config" : {
      "signerType" : "QueryStringSignerType"
    }
  }, {
    "key" : "sdb/us-west-1",
    "config" : {
      "signerType" : "QueryStringSignerType"
    }
  }, {
    "key" : "sdb/us-west-2",
    "config" : {
      "signerType" : "QueryStringSignerType"
    }
  }, {
    "key" : "sdb/eu-west-1",
    "config" : {
      "signerType" : "QueryStringSignerType"
    }
  }, {
    "key" : "sdb/ap-southeast-1",
    "config" : {
      "signerType" : "QueryStringSignerType"
    }
  }, {
    "key" : "sdb/ap-southeast-2",
    "config" : {
      "signerType" : "QueryStringSignerType"
    }
  }, {
    "key" : "sdb/ap-northeast-1",
    "config" : {
      "signerType" : "QueryStringSignerType"
    }
  }, {
    "key" : "sdb/sa-east-1",
    "config" : {
      "signerType" : "QueryStringSignerType"
    }
  }, {
    "key" : "sdb/us-gov-west-1",
    "config" : {
      "signerType" : "QueryStringSignerType"
    }
  } ],
  // 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"
    }
  }, {
    "key": "AmazonCloudSearchDomainClient",
    "config" : {
      "serviceName": "cloudsearch"
    }
  }, {
    "key": "AWSSimpleSystemsManagementClient",
    "config" : {
      "serviceName": "ssm"
    }
  }, {
    "key": "AWSDirectoryServiceClient",
    "config" : {
      "serviceName": "ds"
    }
  } ],
  "hostRegexToRegionMappings" : [ {
    "hostNameRegex" : "(.+\\.)?s3\\.amazonaws\\.com",
    "regionName"    : "us-east-1"
  }, {
    "hostNameRegex" : "(.+\\.)?s3-external-1\\.amazonaws\\.com",
    "regionName"    : "us-east-1"
  }, {
    "hostNameRegex" : "(.+\\.)?s3-fips-us-gov-west-1\\.amazonaws\\.com",
    "regionName"    : "us-gov-west-1"
  } ],
  "userAgentTemplate": "aws-sdk-{platform}/{version} {os.name}/{os.version} {java.vm.name}/{java.vm.version}/{java.version}{language.and.region}"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy