Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MinIO 오브젝트 스토리지 연동 #50

Open
yanghun0070 opened this issue Dec 19, 2020 · 1 comment
Open

MinIO 오브젝트 스토리지 연동 #50

yanghun0070 opened this issue Dec 19, 2020 · 1 comment

Comments

@yanghun0070
Copy link
Owner

yanghun0070 commented Dec 19, 2020

MinIO 는 AWS 의 S3 SDK 와 호환되는 오픈소스 오브젝트 스토리지 서버 제품이다.
추후에 AWS 연동 진행할 것이므로, Docker MinIO 연동을 진행한다,

참고자료)
https://docs.min.io/docs/setup-nginx-proxy-with-minio.html
https://hub.docker.com/r/minio/minio/
https://docs.min.io/docs/java-client-quickstart-guide
https://docs.min.io/docs/java-client-api-reference.html

@yanghun0070
Copy link
Owner Author

yanghun0070 commented Dec 20, 2020

yanghun007ui-MacBook-Pro:~ yanghun007$ docker pull minio/minio
yanghun007ui-MacBook-Pro:~ yanghun007$ docker run -p 9000:9000   -e "MINIO_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE"   -e "MINIO_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"   minio/minio server /data

Endpoint:  http://172.17.0.2:9000  http://127.0.0.1:9000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant