Skip to main content

Privacera Platform

AWS S3 MinIO quick setup
:
AWS S3 MinIO quick setup
Docker
  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 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 button to create a new bucket. Give a name. For example, minio-s3-1.

    The list of buckets is displayed on the left.

    image71.jpg