Skip to content

Commit

Permalink
Add IPFS example (#12)
Browse files Browse the repository at this point in the history
* Add IPFS example

* deps: Update go-service-ipfs to v0.1.0

* fix: go mog conflicts
  • Loading branch information
zu1k authored Jul 22, 2021
1 parent 469b44b commit 8f5d2b5
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- [Create fs Storager](new_fs.go)
- [Create s3 Storager](new_s3.go) (Amazon S3)
- [Create cos Storager](new_cos.go) (Tencent Cloud Object Storage)
- [Create ipfs Storager](new_ipfs.go) (InterPlanetary File System)
- [Read a file](read.go)
- [Read a range of a file](read.go)
- [Read a file with callback](read.go)
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.15
require (
github.com/beyondstorage/go-service-cos/v2 v2.2.0
github.com/beyondstorage/go-service-fs/v3 v3.3.0
github.com/beyondstorage/go-service-ipfs v0.1.0
github.com/beyondstorage/go-service-s3/v2 v2.3.0
github.com/beyondstorage/go-storage/v4 v4.3.2
)
Loading

0 comments on commit 8f5d2b5

Please sign in to comment.