storj/cmd/gateway
Jess G f11bf46a11
Jg/1967 mv bucket metadata uplink (#2505)
* add bucketstore, add init uplink bucket

* update uplink to use bucket rpc

* fix tests

* wrap metainfo client errors

* add allowedBucket struct, fix tests

* update comment

* add paging

* updates per CR

* add test for pagination

* fix lint

* fix uplink test so its easier tyo understand

* fix gateway pagination bug

* changes per cr

* fix bug w/allowedBuckets, add test to catch
2019-07-12 08:57:02 -04:00
..
Dockerfile Rework gateway container image to build like the rest (#2230) 2019-06-18 10:29:22 -04:00
entrypoint Remove PointerDB client (#1520) 2019-03-22 11:01:49 +02:00
main.go Jg/1967 mv bucket metadata uplink (#2505) 2019-07-12 08:57:02 -04:00
README.md Bd/doc text2 (#1973) 2019-05-16 15:04:06 +02:00

Gateway

Documentation for developing and building the gateway service

Usage:

First make an identity:

go install storj.io/storj/cmd/gateway
gateway setup

You can edit ~/.local/share/storj/gateway/config.yaml to your liking. Then run it!

gateway run