Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T09:25:39.000Z (8 months ago)
- Last Synced: 2024-04-15T22:55:57.093Z (7 months 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/actionsConfiguration 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 publicFor details, please read about [bucket policies](https://docs.planetary-quantum.com/multi-node/s3-object-storage/policies/) on our documentation.