Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
PxldLtd
18 days ago
|
parent
|
context
|
favorite
| on:
I just want simple S3
You can hard-code them. Just write a setup script that imports your desired keys from a .env file or something:
``` docker exec $CONTAINER $BIN key import --yes "$S3_ACCESS_KEY_ID" "$S3_SECRET_ACCESS_KEY" ```
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
``` docker exec $CONTAINER $BIN key import --yes "$S3_ACCESS_KEY_ID" "$S3_SECRET_ACCESS_KEY" ```