Skip to content

Commit 13fa8d6

Browse files
committed
Be more explicit that the configuration needs to be edited by hand
Fixes #272
1 parent 420a4ff commit 13fa8d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go-ds-s3-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ On a brand new instance:
66

77
1. Copy the binary `go-ds-s3-plugin` to `~/.ipfs/plugins`.
88
2. Run `ipfs init`
9-
3. Include a configuration for the plugin in the Kubo configuration (`.ipfs/config`) as explained below.
9+
3. Update the datastore configuration in `.ipfs/config` as explained below. **This does not happen automatically**.
1010
4. Start Kubo (`ipfs daemon`). The plugin should be loaded automatically and the S3 backend should be used.
1111

1212
### Configuration
1313

14-
The config file should include the following:
14+
The config file should include the following. This must be edited manually after initializing Kubo:
1515

1616
```json
1717
{

0 commit comments

Comments
 (0)