S3 Document Storage

S3 is a highly reliable and scalable cloud object storage. S3 comes with a lot of different features like encryption, retention management, or versioning to only mention some of them.

Template

1SecuritySystems:
2  default:
3    DocumentStorage:
4      Name: s3
5      Config:
6        Url: https://aws.s3-service.com
7        AccessKey: aaa-aa-aaa
8        SecretKey: zzz-zz-zzz

Reference

1# URL to S3 Service
2Url: ""
3
4# AccessKey to access the S3 Service 
5AccessKey: ""
6
7# SecretKey to access the S3 Service
8SecretKey: ""