Possibility to use as not only read-only gateway #114
Unanswered
andrew-demb
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @andrew-demb , it is something that we have wanted to add for a while. It is just a matter of doing the work and teasing out the issues. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for the package.
We want to use all current features of
nginx-s3-gateway
, but also to use it to be a proxy for mutation requests (put file, delete file, etc) from the internal network from applications too.We used
minio
before, but they deprecated gateway mode support and we currently searching alternative solution.Necessary features for us for mutation requests:
As we found in the codebase [1][2] there is no support at the current moment.
Is it possible to add support for mutating requests in
nginx-s3-gateway
or it is totally out of scope?Thanks in advance.
[1]
nginx-s3-gateway/common/etc/nginx/include/s3gateway.js
Lines 344 to 350 in e3068df
[2] https://github.com/nginxinc/nginx-s3-gateway/blob/e3068dfbef7619000f7cb06ff5f251022d72d967/common/docker-entrypoint.sh#L54-L60C3
Beta Was this translation helpful? Give feedback.
All reactions