https://github.com/rgprajeen/objekt
A modern cloud storage facade
https://github.com/rgprajeen/objekt
cloud-storage-services object-storage service utility
Last synced: about 1 year ago
JSON representation
A modern cloud storage facade
- Host: GitHub
- URL: https://github.com/rgprajeen/objekt
- Owner: rgprajeen
- License: mpl-2.0
- Created: 2024-04-02T17:53:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T01:00:15.000Z (over 1 year ago)
- Last Synced: 2025-04-06T05:32:18.354Z (about 1 year ago)
- Topics: cloud-storage-services, object-storage, service, utility
- Language: Go
- Homepage:
- Size: 326 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
```bash
go install github.com/attoleap/objekt
```
## Usage
View help of the installed executable directly,
```bash
objekt --help
```
Or, directly run the module using `go run` command
```bash
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](https://choosealicense.com/licenses/mpl-2.0/)