https://github.com/hostwithquantum/object-storage-proxy-stack
Enable custom SSL/TLS with a proxy server for our object storage.
https://github.com/hostwithquantum/object-storage-proxy-stack
proxy s3 s3-storage tls
Last synced: 4 months ago
JSON representation
Enable custom SSL/TLS with a proxy server for our object storage.
- Host: GitHub
- URL: https://github.com/hostwithquantum/object-storage-proxy-stack
- Owner: hostwithquantum
- Created: 2022-01-26T17:48:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T09:25:39.000Z (about 2 years ago)
- Last Synced: 2025-02-28T10:38:21.993Z (over 1 year ago)
- Topics: proxy, s3, s3-storage, tls
- Language: Makefile
- Homepage: https://docs.planetary-quantum.com/multi-node/s3-object-storage/SSL-reverse-proxy/
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# object storage proxy
An example stack to deploy a proxy for our object storage:
https://docs.planetary-quantum.com/multi-node/s3-object-storage/SSL-reverse-proxy/
An example deployment can be observed via:
https://github.com/hostwithquantum/object-storage-proxy-stack/actions
Configuration for the container:
- `QUANTUM_STORAGE_BUCKET`
Configuration for building/deployment: `.envrc-dist`
## bucket policy
This is a one-time manual step.
1. Edit the `policy-template.json` (and replace the bucket name with the name of your bucket)
2. Apply the policy to the bucket to make all files accessible to the public
For details, please read about [bucket policies](https://docs.planetary-quantum.com/multi-node/s3-object-storage/policies/) on our documentation.