1. 03 Sep, 2017 2 commits
  2. 16 Jul, 2016 1 commit
  3. 24 Jun, 2016 1 commit
  4. 12 Jan, 2016 2 commits
    • rht's avatar
      Add config option for flatfs no-sync · 8abb12e7
      rht authored
      License: MIT
      Signed-off-by: default avatarrht <rhtbot@gmail.com>
      8abb12e7
    • Tommi Virtanen's avatar
      S3 datastore support · 8f2d8204
      Tommi Virtanen authored
      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: default avatarTommi Virtanen <tv@eagain.net>
      8f2d8204
  5. 10 Nov, 2015 1 commit
  6. 13 Jan, 2015 1 commit