obs-access-signer

command module
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 9, 2023 License: Apache-2.0 Imports: 24 Imported by: 0

README

obs-access-signer

S3 Object Storage access signer.

Run obs-access-signer behind a gateway/cache proxy is preferred as the response is static (See "Why?" section).

There's an example of using it with Varnish Cache, which you can see here.

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.

Update: starting at v0.0.3, obs-access-signer supports custom redirection status code and expiry.

Update: starting at v0.0.4, obs-access-signer supports libuplink, we can use this feature by specifying SERVER_MODE=storj on the environment variable OR -server=storj CLI flag.

License

Apache-2.0

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL