mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-01 22:37:51 +08:00
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>
|
||
|---|---|---|
| .. | ||
| assert | ||
| delay | ||
| dir | ||
| iter | ||
| math2 | ||
| multierr | ||
| notifier | ||
| pollEndpoint | ||
| pq | ||
| s3-datastore | ||
| tar | ||
| unit | ||
| README.md | ||
thirdparty consists of Golang packages that contain no go-ipfs dependencies and may be vendored ipfs/go-ipfs at a later date.
packages in under this directory must not import packages under
ipfs/go-ipfs that are not also under thirdparty.