knowledge-vault/sources/references/开发笔记/Remotely Save 使用minio的S3.md

15 lines
788 B
Markdown

##
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).
![image.png](https://github.com/remotely-save/remotely-save/raw/master/docs/remote_services/s3_minio/minio_access_key.png)
3. Check or set the region.
![alt text](https://github.com/remotely-save/remotely-save/raw/master/docs/remote_services/s3_minio/minio_region.png)
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.
![alt text](https://github.com/remotely-save/remotely-save/raw/master/docs/remote_services/s3_minio/minio_rs_settings.png)
6. Sync!