Skip to main content

Privacera Documentation

Set up AWS S3 MinIO on Privacera Platform

  1. SSH to instance as ${USER}.

  2. Download and run the MinIO setup script.

    sudo su
    mkdir -p /tmp/downloads
    cd /tmp/downloads
    wget https://privacera.s3.amazonaws.com/public/run_minio.sh -O run_minio.sh
    chmod a+x run_minio.sh
    ./run_minio.sh
    
  3. Check that the MinIO service is up and running.

    docker ps | grep minio
    exit
    
  4. Open the MinIO browser. For example: http://192.468.12.412:9000/minio/.

    http://${MINIO SERVER HOST}:${MINIO SERVER PORT}/minio/
  5. Enter the login credentials. Get the Access Key and Secret Key from your System Administrator.

    login_id: ${MINIO_ACCESS_KEY} password: ${MINIO_SECRET_KEY}
  6. Click image70.jpg to create a new bucket.

  7. Provide a name for the bucket. For example: minio-s3-1.

    The list of buckets is displayed on the left.