AWS S3 integration
Amazon Simple Storage Service (Amazon S3) is storage for the internet. You can use Amazon S3 to store and retrieve any amount of data at any time, from anywhere on the web.
Configuration:
- Go to Erxes Settings => System config => General System Config => AWS S3.
You can get your
AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
from AWS My Security Credentials=> Access keys (access key ID and secret access key).Create new bucket and insert name in
AWS_BUCKET
, make sure bucket permission configuration.Make sure your IAM user has proper access to S3 services. Learn more about public access.
AWS_COMPATIBLE_SERVICE_ENDPOINT
, if you need to override an endpoint for a service, you can set the endpoint on a service by passing the endpoint object with the endpoint option key. Refer to AWS service endpoint.AWS_FORCE_PATH_STYLE
, some services have very specific configuration options that are not shared by other services. Refer to AWS force path style.