This commit is contained in:
fyears 2024-01-01 11:57:55 +08:00
parent c8016b5f30
commit d8f613bbb6
7 changed files with 36 additions and 0 deletions

View File

@ -60,6 +60,8 @@ Additionally, the plugin author may occasionally visit Obsidian official forum a
### S3
- Tutorials / Examples:
- [MinIO](./docs/remote_services/s3_minio/README.md)
- Prepare your S3 (-compatible) service information: [endpoint, region](https://docs.aws.amazon.com/general/latest/gr/s3.html), [access key id, secret access key](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/getting-your-credentials.html), bucket name. The bucket should be empty and solely for syncing a vault.
- About CORS:
- If you are using Obsidian desktop >= 0.13.25 or mobile >= 1.1.1, you can skip this CORS part.

View File

@ -0,0 +1,19 @@
# MinIO
## Links
<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).
![](./minio_access_key.png)
3. Check or set the region.
![](./minio_region.png)
4. Create a bucket.
![](./minio_create_bucket.png)
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.
![](./minio_rs_settings.png)
6. Sync!
![](./minio_sync_success.png)

BIN
docs/remote_services/s3_minio/minio_access_key.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/remote_services/s3_minio/minio_create_bucket.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/remote_services/s3_minio/minio_region.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/remote_services/s3_minio/minio_rs_settings.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/remote_services/s3_minio/minio_sync_success.png (Stored with Git LFS) Normal file

Binary file not shown.