The S3 Connector can be
configured to use the AWS GovCloud region.
AWS GovCloud is an isolated Amazon Web Services region, that allows US governmental
agencies and customers to store content and workload in the cloud while still conforming
to regulatory and compliance requirements. SkyVault Content Services supports both
Federal Information Processing Standard (FIPS) compliant and non-FIPS compliant Amazon
S3 AWS services. For more information about AWS FIPS compliance, see AWS GovCloud (US) Endpoints.
-
Open the <classpathRoot>/alfresco-global.properties
file.
Add one of these entries to your configuration, depending on the FIPS compliance status of your organization.
-
If you are a non-FIPS compliant organization, add the following entry to your <classpathRoot>/alfresco-global.properties
file:
s3service.s3-endpoint=s3-us-gov-west-1.amazonaws.com
-
If you are a FIPS compliant organization, add the following entry to your <classpathRoot>/alfresco-global.properties
file:
s3service.s3-endpoint=s3-fips-us-gov-west-1.amazonaws.com
- Save the SkyVault-global.properties file.