nginx-s3-gateway
                                
                                 nginx-s3-gateway copied to clipboard
                                
                                    nginx-s3-gateway copied to clipboard
                            
                            
                            
                        NGINX S3 Caching Gateway
MinIO is used for integration tests. We are currently using an old version and it would be good to upgrade.
If it was easy to hook up the gateway to a HTTP proxy utility then we would be able to debug authentication issues more effectively. Currently, a proxy can be...
hello, i change the shebang of the shell scripts and now the image run without errors on k8s aws error exec /docker-entrypoint.sh: exec format error (mac m1 with FROM --platform=linux/amd64)...
**Describe the bug** Listing only 1000 first object of prefix/dir. **To Reproduce** Steps to reproduce the behavior: 1. Create more than 1000 object in bucket prefix/dir 2. Try to list...
**Describe the bug** We have an HTML file with spaces in an S3 bucket. When we try to access it, NGINX reports a 400 - Bad Request. In the logs...
[`loadContent`](https://github.com/nginxinc/nginx-s3-gateway/blob/c687663/common/etc/nginx/include/s3gateway.js#L390) will always attempt fetching the `INDEX_PAGE` by building the URI path using [`s3uri()`](https://github.com/nginxinc/nginx-s3-gateway/blob/c687663/common/etc/nginx/include/s3gateway.js#L283). When using `S3_STYLE = 'path'`, this will prepend the URI path with the S3 bucket. However,...
**Is your feature request related to a problem? Please describe.** The S3 Gateway should provide support for AWS S3 Express One Zone **Describe the solution you'd like** Users should be...
## Proposed Changes Adds a GitHub action workflow file configured for F5 contributor license agreement automation and compliance. This action is configured to target a shared signature store for F5...
**Describe the bug** Using the latest Docker image, no data is being cached. **To Reproduce** Steps to reproduce the behavior: 1. Start container ```docker run --rm -ti -p 80:80 -e...
> [!NOTE] > This PR is a work in progress but feedback on direction is welcome. ## What This PR moves the existing integration test suite into a Jest +...