What are all the available modules?
During the installation process, it is advisable to activate only those modules you intend to use, as a measure to conserve resources. For instance, if your purpose is to scan Amazon S3 buckets, then you should only have the amazonsdk
module enabled in ENABLED_MODULES
environment variable inside the customer.env
file.
ENABLED_MODULES=amazonsdk
It's important to remember that turning modules on or off is a non-destructive action, allowing you the flexibility to activate additional modules later if you need to work with different types of storage.
By default, all modules are enabled, which means that ENABLED_MODULES
will look like this right after the installation:
ENABLED_MODULES=azureblob,amazonsdk,googlecloud,alibabacloud,azurefiles,smb,box,onedrive,sftp
Please change it accordingly but remember that in order for these changes to be applied you need to restart MetaDefender Secure Storage.