{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-runtime-aws",
      "artifactVersion": "2021.64.6",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.connect.standalone",
          "org.nuxeo.launcher.commons",
          "org.nuxeo.osgi",
          "org.nuxeo.runtime",
          "org.nuxeo.runtime.aws",
          "org.nuxeo.runtime.cluster",
          "org.nuxeo.runtime.datasource",
          "org.nuxeo.runtime.jtajca",
          "org.nuxeo.runtime.kv",
          "org.nuxeo.runtime.management",
          "org.nuxeo.runtime.metrics",
          "org.nuxeo.runtime.migration",
          "org.nuxeo.runtime.mongodb",
          "org.nuxeo.runtime.nuxeo-runtime-deploy",
          "org.nuxeo.runtime.pubsub",
          "org.nuxeo.runtime.redis",
          "org.nuxeo.runtime.reload",
          "org.nuxeo.runtime.stream"
        ],
        "hierarchyPath": "/grp:org.nuxeo.runtime",
        "id": "grp:org.nuxeo.runtime",
        "name": "org.nuxeo.runtime",
        "parentIds": [],
        "readmes": [],
        "version": "2021.64"
      },
      "bundleId": "org.nuxeo.runtime.aws",
      "components": [
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.runtime.aws.AWSConfigurationServiceImpl",
          "documentation": "Manages AWS configuration.\n",
          "documentationHtml": "<p>\nManages AWS configuration.</p>",
          "extensionPoints": [
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.runtime.aws.AWSConfigurationService",
              "descriptors": [
                "org.nuxeo.runtime.aws.AWSConfigurationDescriptor"
              ],
              "documentation": "\n      Used to register AWS configurations. Example:\n      <code>\n    <configuration id=\"myconfig\">\n        <accessKeyId>MY_ACCESS_KEY</accessKeyId>\n        <secretKey>MY_SECRET_KEY</secretKey>\n        <region>MY_REGION</region>\n        <trustStorePath>MY_TRUSTSTORE_PATH</trustStorePath>\n        <trustStorePassword>MY_TRUSTSTORE_PASSWORD</trustStorePassword>\n        <trustStoreType>MY_TRUSTSTORE_TYPE</trustStoreType>\n        <keyStorePath>MY_KEYSTORE_PATH</keyStorePath>\n        <keyStorePassword>MY_KEYSTORE_PASSWORD</keyStorePassword>\n        <keyStoreType>MY_KEYSTORE_TYPE</keyStoreType>\n    </configuration>\n</code>\n\n      If the configuration id is not present, \"default\" is used.\n\n      To look up a configuration, use new NuxeoAWSCredentialsProvider(\"myconfig\")\n      and new NuxeoAWSRegionProvider(\"myconfig\"). Alternatively, you can use\n      the service AWSConfigurationService directly (but it just looks up provided configuration,\n      it doesn't fall back to the AWS SDK default behavior).\n    \n",
              "documentationHtml": "<p>\nUsed to register AWS configurations. Example:\n</p><p></p><pre><code>    &lt;configuration id&#61;&#34;myconfig&#34;&gt;\n        &lt;accessKeyId&gt;MY_ACCESS_KEY&lt;/accessKeyId&gt;\n        &lt;secretKey&gt;MY_SECRET_KEY&lt;/secretKey&gt;\n        &lt;region&gt;MY_REGION&lt;/region&gt;\n        &lt;trustStorePath&gt;MY_TRUSTSTORE_PATH&lt;/trustStorePath&gt;\n        &lt;trustStorePassword&gt;MY_TRUSTSTORE_PASSWORD&lt;/trustStorePassword&gt;\n        &lt;trustStoreType&gt;MY_TRUSTSTORE_TYPE&lt;/trustStoreType&gt;\n        &lt;keyStorePath&gt;MY_KEYSTORE_PATH&lt;/keyStorePath&gt;\n        &lt;keyStorePassword&gt;MY_KEYSTORE_PASSWORD&lt;/keyStorePassword&gt;\n        &lt;keyStoreType&gt;MY_KEYSTORE_TYPE&lt;/keyStoreType&gt;\n    &lt;/configuration&gt;\n</code></pre><p>\nIf the configuration id is not present, &#34;default&#34; is used.\n</p><p>\nTo look up a configuration, use new NuxeoAWSCredentialsProvider(&#34;myconfig&#34;)\nand new NuxeoAWSRegionProvider(&#34;myconfig&#34;). Alternatively, you can use\nthe service AWSConfigurationService directly (but it just looks up provided configuration,\nit doesn&#39;t fall back to the AWS SDK default behavior).\n</p><p></p>",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.aws/org.nuxeo.runtime.aws.AWSConfigurationService/ExtensionPoints/org.nuxeo.runtime.aws.AWSConfigurationService--configuration",
              "id": "org.nuxeo.runtime.aws.AWSConfigurationService--configuration",
              "label": "configuration (org.nuxeo.runtime.aws.AWSConfigurationService)",
              "name": "configuration",
              "version": "2021.64.6"
            }
          ],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.aws/org.nuxeo.runtime.aws.AWSConfigurationService",
          "name": "org.nuxeo.runtime.aws.AWSConfigurationService",
          "requirements": [],
          "resolutionOrder": 788,
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.runtime.aws.AWSConfigurationService",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.aws/org.nuxeo.runtime.aws.AWSConfigurationService/Services/org.nuxeo.runtime.aws.AWSConfigurationService",
              "id": "org.nuxeo.runtime.aws.AWSConfigurationService",
              "overriden": false,
              "version": "2021.64.6"
            }
          ],
          "startOrder": 935,
          "version": "2021.64.6",
          "xmlFileContent": "<?xml version='1.0' encoding='UTF-8'?>\n<component name=\"org.nuxeo.runtime.aws.AWSConfigurationService\">\n\n  <documentation>Manages AWS configuration.</documentation>\n\n  <implementation class=\"org.nuxeo.runtime.aws.AWSConfigurationServiceImpl\"/>\n\n  <extension-point name=\"configuration\">\n    <documentation>\n      Used to register AWS configurations. Example:\n      <code>\n        <configuration id=\"myconfig\">\n          <accessKeyId>MY_ACCESS_KEY</accessKeyId>\n          <secretKey>********</secretKey>\n          <region>MY_REGION</region>\n          <trustStorePath>MY_TRUSTSTORE_PATH</trustStorePath>\n          <trustStorePassword>********</trustStorePassword>\n          <trustStoreType>MY_TRUSTSTORE_TYPE</trustStoreType>\n          <keyStorePath>MY_KEYSTORE_PATH</keyStorePath>\n          <keyStorePassword>********</keyStorePassword>\n          <keyStoreType>MY_KEYSTORE_TYPE</keyStoreType>\n        </configuration>\n      </code>\n      If the configuration id is not present, \"default\" is used.\n\n      To look up a configuration, use new NuxeoAWSCredentialsProvider(\"myconfig\")\n      and new NuxeoAWSRegionProvider(\"myconfig\"). Alternatively, you can use\n      the service AWSConfigurationService directly (but it just looks up provided configuration,\n      it doesn't fall back to the AWS SDK default behavior).\n    </documentation>\n    <object class=\"org.nuxeo.runtime.aws.AWSConfigurationDescriptor\"/>\n  </extension-point>\n\n  <service>\n    <provide interface=\"org.nuxeo.runtime.aws.AWSConfigurationService\"/>\n  </service>\n\n</component>",
          "xmlFileName": "/OSGI-INF/aws-configuration-service.xml",
          "xmlPureComponent": false
        }
      ],
      "fileName": "nuxeo-runtime-aws-2021.64.6.jar",
      "groupId": "org.nuxeo.runtime",
      "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.aws",
      "id": "org.nuxeo.runtime.aws",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven\r\nBuilt-By: root\r\nBuild-Jdk: 11.0.24\r\nBundle-ManifestVersion: 2\r\nBundle-Version: 1.0.0\r\nBundle-ActivationPolicy: lazy\r\nBundle-ClassPath: .\r\nBundle-Vendor: org.nuxeo\r\nBundle-Name: Nuxeo Runtime AWS\r\nBundle-SymbolicName: org.nuxeo.runtime.aws;singleton=true\r\nNuxeo-Component: OSGI-INF/aws-configuration-service.xml\r\n\r\n",
      "maxResolutionOrder": 788,
      "minResolutionOrder": 788,
      "packages": [
        "amazon-s3-online-storage"
      ],
      "requirements": [],
      "version": "2021.64.6"
    }
  ],
  "creationDate": 1734363736555,
  "key": "Nuxeo Platform-2021.64",
  "name": "Nuxeo Platform",
  "operations": [],
  "packages": [
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.core.storage.binarymanager.common",
        "org.nuxeo.ecm.core.storage.binarymanager.s3",
        "org.nuxeo.runtime.aws"
      ],
      "conflicts": [],
      "dependencies": [],
      "hierarchyPath": "/amazon-s3-online-storage-2021.64.6",
      "id": "amazon-s3-online-storage-2021.64.6",
      "name": "amazon-s3-online-storage",
      "optionalDependencies": [],
      "packageType": "addon",
      "title": "Amazon S3 Online Storage",
      "version": "2021.64.6"
    }
  ],
  "pluginSnapshots": {},
  "releaseDate": 1734363736555,
  "version": "2021.64"
}