Class AWSConfigurationServiceImpl

java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.runtime.aws.AWSConfigurationServiceImpl
All Implemented Interfaces:
AWSConfigurationService, Adaptable, Component, Extensible, TimestampedService

public class AWSConfigurationServiceImpl extends DefaultComponent implements AWSConfigurationService
Implementation of the service providing AWS configuration.

This service does a simple lookup in provided Nuxeo configuration. Instead of this service, you should probably use NuxeoAWSCredentialsProvider and NuxeoAWSRegionProvider because they fall back to the default AWS SDK lookup behavior if no Nuxeo configuration is available.

Since:
10.3
See Also: