Objekt is a web service which abstracts over the different cloud storage solutions provided by various vendors.
Directly build and install the executable using go directly from source.
go install github.com/attoleap/objekt
View help of the installed executable directly,
objekt --help
Or, directly run the module using go run
command
go run github.com/attoleap/objekt -- --help
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.