Commit Graph

8 Commits

Author SHA1 Message Date
Kevin Atkinson
94a60d3bc7 go-ipfs-config: cleanup and bug fixes
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-09-03 14:08:52 -07:00
Jeromy
9c60623f12 go-ipfs-config: make datastore configuration nicely customizable
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>

make things super customizable

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>

better json format

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>

Migrate to new flatfs

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-09-03 14:08:52 -07:00
Jakub Sztandera
30b5a1f28c go-ipfs-config: config: add config option for bloom filter
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-07-16 12:24:01 +01:00
Jakub Sztandera
6135edf075 go-ipfs-config: core: Add config option for datastore read rehashing
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-06-24 22:38:01 +02:00
rht
b94954635f go-ipfs-config: Add config option for flatfs no-sync
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2016-01-12 08:22:55 -08:00
Tommi Virtanen
45deffe50e go-ipfs-config: S3 datastore support
To test it, set up an S3 bucket (in an AWS region that is not US
Standard, for read-after-write consistency), run `ipfs init`, then
edit `~/.ipfs/config` to say

      "Datastore": {
        "Type": "s3",
        "Region": "us-west-1",
        "Bucket": "mahbukkit",
        "ACL": "private"
      },

with the right values. Set `AWS_ACCESS_KEY_ID` and
`AWS_SECRET_ACCESS_KEY` in the environment and you should be able to
run `ipfs add` and `ipfs cat` and see the bucket be populated.

No automated tests exist, unfortunately. S3 is thorny to simulate.

License: MIT
Signed-off-by: Tommi Virtanen <tv@eagain.net>
2016-01-12 08:22:55 -08:00
rht
14cf564b3a go-ipfs-config: Add fixed period repo GC + test
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-11-10 14:03:29 +07:00
Brian Tiger Chow
7882aa98f5 go-ipfs-config: refactor(config): break it apart 2015-01-13 03:09:33 -08:00