Skip to content

AttoLeap/objekt

Objekt

objekt

Objekt is a web service which abstracts over the different cloud storage solutions provided by various vendors.

Installation

Directly build and install the executable using go directly from source.

go install github.com/attoleap/objekt

Usage

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

Contributing

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.

License

MPL-2.0