- Amazon S3
- Azure File Storage
- Google Cloud Storage
Encrypted Project files
Domino supports server-side encryption with customer-provided keys (SSE-C) for Amazon S3. Domino supports EBS file system encryption using the industry-standard AES-256 algorithm on Elastic Block Store. Domino also supports default encryption keys for:- Amazon S3
- Azure File Storage
- Google Cloud Filestore
nfs-client-provisioner volumes.
How data is stored in Project files
When a user starts an execution in Domino, the files from their project are fetched from the Domino File Store and loaded into the execution in the working directory of the Domino File System. When the execution finishes, or the user initiates a manual sync in a Workspace session, any changes to the contents of the working directory are written to Domino as a new revision of the project files. Domino’s versioning system tracks file-level changes and can provide rich file difference information between revisions. Domino also has several features that provide users with paths to quickly initiate a file sync. The following events in Domino can trigger a file sync, and the subsequent creation of a new revision of a project’s files.- User uploads files from the Domino application upload interface.
- User authors or edits a file in the Domino web application file editor.
- User syncs their local files to Domino from the Domino Command Line Interface.
- User uploads files to Domino through the Domino API.
- User executes code in a Domino Job that writes files to the working directory.
- User writes files to the working directory during a Workspace session, and then initiates a manual sync or commits those files when the session finishes.