mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
storj
This commit is contained in:
parent
1f31303906
commit
a6002ba340
@ -64,6 +64,7 @@ Additionally, the plugin author may occasionally visit Obsidian official forum a
|
||||
- Tutorials / Examples:
|
||||
- [Cloudflare R2](./docs/remote_services/s3_cloudflare_r2/README.md)
|
||||
- [BackBlaze B2](./docs/remote_services/s3_backblaze_b2/README.md)
|
||||
- [Storj](./docs/remote_services/s3_storj_io/README.md)
|
||||
- [腾讯云 COS](./docs/remote_services/s3_tencent_cloud_cos/README.zh-cn.md) | [Tencent Cloud COS](./docs/remote_services/s3_tencent_cloud_cos/README.md)
|
||||
- [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.
|
||||
|
17
docs/remote_services/s3_storj_io/README.md
Normal file
17
docs/remote_services/s3_storj_io/README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Storj
|
||||
|
||||
## Links
|
||||
|
||||
<https://www.storj.io/>
|
||||
|
||||
## Steps
|
||||
|
||||
1. Register an account. Login.
|
||||
2. Create a bucket.
|
||||
3. Create S3 Credentials in Access Management. Allow all permissions for the bucket. Remember the access key and secret key and the end point. The end point is likely to be [`https://gateway.storjshare.io`](https://docs.storj.io/dcs/api/s3/s3-compatible-gateway).
|
||||
![](./storj_create_s3_cred_1.png)
|
||||
![](./storj_create_s3_cred_2.png)
|
||||
4. Input your credentials into remotely-save settings. Region [should be `global`](https://docs.storj.io/dcs/api/s3/s3-compatibility).
|
||||
![](storj_remotely_save_settings.png)
|
||||
5. Check connectivity.
|
||||
6. Sync!
|
BIN
docs/remote_services/s3_storj_io/storj_create_s3_cred_1.png
(Stored with Git LFS)
Normal file
BIN
docs/remote_services/s3_storj_io/storj_create_s3_cred_1.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
docs/remote_services/s3_storj_io/storj_create_s3_cred_2.png
(Stored with Git LFS)
Normal file
BIN
docs/remote_services/s3_storj_io/storj_create_s3_cred_2.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
docs/remote_services/s3_storj_io/storj_remotely_save_settings.png
(Stored with Git LFS)
Normal file
BIN
docs/remote_services/s3_storj_io/storj_remotely_save_settings.png
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user