Update README.md
This commit is contained in:
parent
57704674a7
commit
55e76d8b40
23
README.md
23
README.md
@ -78,9 +78,26 @@ You can execute only a single test package. For example: `go test storj.io/storj
|
||||
### Start the network
|
||||
|
||||
```bash
|
||||
go install -v storj.io/storj/cmd/captplanet
|
||||
captplanet setup
|
||||
captplanet run
|
||||
$ go install -v storj.io/storj/cmd/captplanet
|
||||
$ captplanet setup
|
||||
$ captplanet run
|
||||
```
|
||||
|
||||
### Configure AWS
|
||||
|
||||
```bash
|
||||
$ aws configure
|
||||
AWS Access Key ID [None]: insecure-dev-access-key
|
||||
AWS Secret Access Key [None]: insecure-dev-secret-key
|
||||
Default region name [None]: us-east-1
|
||||
Default output format [None]:
|
||||
$ aws configure set default.s3.multipart_threshold 1TB # until we support multipart
|
||||
```
|
||||
|
||||
### Do an upload
|
||||
|
||||
```bash
|
||||
$ aws s3 --endpoint=http://localhost:7777/ cp large-file s3://bucket/large-file
|
||||
```
|
||||
|
||||
## Support
|
||||
|
Loading…
Reference in New Issue
Block a user