MinIO (S3 Compatible) Saver

The MinIO (S3 Compatible) Saver component in DatErica enables users to save their processed data to MinIO or any Amazon S3 compatible cloud storage.

MinIO (S3 Compatible) Saver Configuration

Configuration Steps

  1. Open Component Config: Navigate to the MinIO (S3 Compatible) Saver component configuration interface.

  2. Fill in the Required Fields:

    • Endpoint: Enter the hostname of the object storage service.
    • Port: Enter the TCP/IP port number (optional, defaults to 80 for HTTP and 443 for HTTPS).
    • Access Key: Enter the access key (user ID) of an account in the S3 service.
    • Secret Key: Enter the secret key (password) of an account in the S3 service.
    • Bucket Name: Enter the name of the bucket where the data will be stored.
    • Path: Specify the path format for storing the data. Use placeholders like {{year}}-{{month}}-{{day}}/{{now}}-data-file.json to dynamically generate file paths.
  3. Use SSL: Toggle this option to enable secure (HTTPS) access (optional).

  4. Test Connection:

    • Click the 'Test Connection' button to verify the connection details. Ensure that the endpoint, access key, secret key, and bucket name are correct.
  5. Save Configuration:

    • Once the connection is successfully tested, click 'Save Config' to apply and save the settings.