Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Session based authorization for s3 express one zone #233

Open
4141done opened this issue Apr 25, 2024 · 0 comments
Open

Support Session based authorization for s3 express one zone #233

4141done opened this issue Apr 25, 2024 · 0 comments

Comments

@4141done
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
We implemented support for s3 express one zone and now have an S3_SERVICE configuration variable that we can use as a switch.

One Zone supports a more efficient authentication system described here https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-one-zone.html#s3-express-overview-authorization
We should investigate support. Not sure at this point whether it is possible/desirable within the context of this project.

Describe the solution you'd like
https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-one-zone.html#s3-express-overview-authorization
It's possible we could use https://nginx.org/en/docs/njs/reference.html#periodic_session and https://nginx.org/en/docs/http/ngx_http_js_module.html#js_shared_dict_zone

Describe alternatives you've considered
Currently we don't do it and it works fine. This would be an efficiency improvement

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant