MinIO Gateway for S3
Learn how to configure MinIO Gateway for S3 for use with Filebase.
What is MinIO?
1. Start a MinIO container using Docker:
docker run -p 9000:9000 --name minio-s3 \
-e "MINIO_ROOT_USER=access_key" \
-e "MINIO_ROOT_PASSWORD=secret_key" \
quay.io/minio/minio gateway s3 https://s3.filebase.com:443
2. Login to your MinIO Console using your Filebase access and secret keys.

3. Once logged in, your Filebase buckets will be listed. From here, you can manage and browse your buckets and their contents.


Last updated