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
- Host: GitHub
- URL: https://github.com/stylepatrick/minio-aws3-storage-rest-api
- Owner: stylepatrick
- License: mit
- Created: 2021-06-24T12:40:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-28T14:31:56.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T11:23:01.325Z (about 1 year ago)
- Topics: minio, s3, spring-boot, storage
- Language: Java
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.