remotely-save/docs/remote_services/s3_minio
fyears 81c79ab848 minio custom port 2024-01-03 23:25:08 +08:00
..
README.md minio custom port 2024-01-03 23:25:08 +08:00
minio_access_key.png minio 2024-01-01 11:57:55 +08:00
minio_create_bucket.png minio 2024-01-01 11:57:55 +08:00
minio_custom_port.png minio custom port 2024-01-03 23:25:08 +08:00
minio_region.png minio 2024-01-01 11:57:55 +08:00
minio_rs_settings.png minio 2024-01-01 11:57:55 +08:00
minio_sync_success.png minio 2024-01-01 11:57:55 +08:00

README.md

MinIO

https://min.io/

Steps

  1. Configure your minio instance and get an account.
  2. Create an Access Key (during the creation, you will also get the auto-generated secret key).
  3. Check or set the region.
  4. Create a bucket.
  5. In remotely-save setting page, input the address / bucket / access key / secret key. Usually minio instances may need "S3 URL style"="Path Style". Enable "Bypass CORS", because usually that's what you want.
  6. Sync!

Ports In Address

Just type in the full address with http(s):// and :port in remotely-save settings, for example http://192.168.31.198:9000.

It's verified that everything is ok.