Set up AWS S3 MinIO on Privacera Platform
SSH to instance as
${USER}
.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
Check that the MinIO service is up and running.
docker ps | grep minio exit
Open the MinIO browser. For example:
http://192.468.12.412:9000/minio/
.http://${MINIO SERVER HOST}:${MINIO SERVER PORT}/minio/
Enter the login credentials. Get the Access Key and Secret Key from your System Administrator.
login_id: ${MINIO_ACCESS_KEY} password: ${MINIO_SECRET_KEY}
Click
to create a new bucket.
Provide a name for the bucket. For example:
minio-s3-1
.The list of buckets is displayed on the left.