We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420a4ff commit 13fa8d6Copy full SHA for 13fa8d6
go-ds-s3-plugin/README.md
@@ -6,12 +6,12 @@ On a brand new instance:
6
7
1. Copy the binary `go-ds-s3-plugin` to `~/.ipfs/plugins`.
8
2. Run `ipfs init`
9
- 3. Include a configuration for the plugin in the Kubo configuration (`.ipfs/config`) as explained below.
+ 3. Update the datastore configuration in `.ipfs/config` as explained below. **This does not happen automatically**.
10
4. Start Kubo (`ipfs daemon`). The plugin should be loaded automatically and the S3 backend should be used.
11
12
### Configuration
13
14
-The config file should include the following:
+The config file should include the following. This must be edited manually after initializing Kubo:
15
16
```json
17
{
0 commit comments