An open API service indexing awesome lists of open source software.

https://github.com/stylepatrick/minio-aws3-storage-rest-api

Spring Boot 2 minio/aws3 storage rest API
https://github.com/stylepatrick/minio-aws3-storage-rest-api

minio s3 spring-boot storage

Last synced: about 1 month ago
JSON representation

Spring Boot 2 minio/aws3 storage rest API

Awesome Lists containing this project

README

          

# minio-aws3-storage-rest-api
Spring Boot 2 minio/aws3 storage rest API.
Setup of Minio Cluster can be found in docker-compose file.

## REST API:

- /buckets: Lists all existing buckets.
- /{path}/objects: Lists all existing objects from the {path} of the default bucket.
- /{path}/upload: Upload object/s to {path} in default bucket.
- /{path}/download/{object}: Download {object} from {path} from default bucket.
- /{path}/delete/{object}: Delete {object} from {path} from default bucket.