nginx-s3-gateway
                                
                                 nginx-s3-gateway copied to clipboard
                                
                                    nginx-s3-gateway copied to clipboard
                            
                            
                            
                        NGINX S3 Caching Gateway
**The Dockerfile.latest-njs file contains an incorrect URL in the FROM statement.** Dockerfile.latest-njs:4 | >>> FROM nginx-s3-gateway ERROR: failed to solve: nginx-s3-gateway: pull access denied, repository does not exist or may...
**Is your feature request related to a problem? Please describe.** Currently the integration test suite has the following issues: * It is not separate from the image build * It...
**Describe the solution you'd like** Angular, and many other front end framework need to load the /index.html file when the static content is not found. This allows to support the...
**Is your feature request related to a problem? Please describe.** We are using nginx-s3-gateway to serve sourcemaps for production services. The s3 gateway lives on a private AWS VPC and...
Current behavior: It appears the [the docker entrypoint scripts ](https://github.com/nginxinc/docker-nginx/tree/master/entrypoint) files may not be getting hooked as we would expect. Desired behavior: The standard entrypoint files should be hooked except...
If the internal NGINX types were defined using JSDoc `@typedef`, developers writing njs would get a nice auto-completing workflow when writing njs. This issue is a feature request to add...
When pushing assets to S3 buckets, the ~index~ **directory listing** pages as accessed via the nginx-s3-gateway stay cached for quite some time. When relying on the ~index~ **directory listing** pages...
The gateway supports fetching credentials when AWS_WEB_IDENTITY_TOKEN_FILE points to a file, but not just using an AssumeRole option with fixed credentials from environment variables. **Describe the solution you'd like** I'd...
When using the gateway in directory listing mode, if you have a double slash in the path, the request won't find the folder or files. I suggest removing extra slashes...
Would it be possible to add additional ENV options to read from a file in order to support docker secrets? **Describe the solution you'd like** Rather than setting S3_ACCESS_KEY_ID=mysecretkey I'd...