obs-access-signer/README.md
Nugraha 9b66abc101
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
ci: initial files
2022-12-06 19:26:10 +07:00

15 lines
669 B
Markdown

# obs-access-signer
S3 Object Storage access signer.
Run `obs-access-signer` behind a gateway/cache proxy is preferred as the response is static.
There's an example of using it with Varnish Cache, which you can see [here](docker/docker-compose.yaml).
## Why?
Some S3-compatible gateways might not support ACL endpoints but they support presigned access. Currently, the behavior of `obs-access-signer` is similar to `public-read` ACL where clients can access objects anonymously and redirect them (permanently) to presigned URL with `Expires` set to the max signed value of `int64` which has roughly 250yrs lifetime since UNIX time started.
## License
Apache-2.0