62c58f4a9a
This change updates the three satellite report commands that accept date ranges to parse and treat those dates uniformly. - End dates are now uniformly exclusive. Exclusive end dates helps operators avoid one-off errors on month boundaries, as in the operator does not have to remember how many days are in that month and can just run the report from the 1st (inclusive) through the 1st (exclusive). - Fixed the date range validity check which only failed if the start date came after the end date (it should have failed dates that were equal since the check happened after adjusting for inclusivity). Change-Id: Ib2ee1c71ddb916c6e1906834d5ff0dc47d1a5801 |
||
---|---|---|
.. | ||
reports | ||
api.go | ||
Dockerfile | ||
entrypoint | ||
gracefulexit.go | ||
main.go | ||
README.md | ||
repairer.go | ||
satellite.yaml | ||
usage.go |
Satellite
Documentation for developing and building the satellite service
Usage:
First make an identity:
go install storj.io/storj/cmd/satellite
satellite setup
You can edit ~/.storj/satellite/config.yaml
to your liking. Then run it!
satellite run