You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: