Storage
These configurations relate to storage settings, particularly for managing files and data within a system.
These configurations outline how files are managed and stored within the system, specifying the storage provider (Amazon S3), access credentials, cleanup criteria, and the specific location and container (bucket) where files are stored.
The location of the Storage settings are Admin Panel > Settings > Configurations > Storage.

Screenshot of Configuration page of MetaDefender Sandbox
Field | Description |
---|---|
DEFAULT_FILE_MANAGER | This setting specifies the default file manager used for storing and handling files. In this case, it's set to "s3," indicating that the system uses Amazon Simple Storage Service (S3) for file storage. |
STORAGE_CLEAN_AGE_IN_HOURS | It determines how long files are retained in storage before they are considered eligible for cleanup. In this instance, files older than 24 hours are flagged for potential removal, ensuring storage space is efficiently managed. |
S3_ACCESS_KEY_ID | Authentication mechanism for accessing the S3 service. It functions like a username, providing access to the specified S3 bucket. |
S3_SECRET_ACCESS_KEY | Similar to a password, this key is used in combination with the access key ID to authenticate access to the S3 service securely. |
S3_REGION | The geographical region where the S3 bucket is located. Each region represents a separate geographic area where Amazon's data centres are situated. In this case, it's set to "eu-central-1," indicating the European Union (Frankfurt) region. |
S3_BUCKET_NAME | Name of the specific S3 bucket where files are stored. In this example, the bucket name is "filescanio-community". |
Was this page helpful?