nginx-s3-gateway icon indicating copy to clipboard operation
nginx-s3-gateway copied to clipboard

NGINX S3 Caching Gateway

Results 51 nginx-s3-gateway issues
Sort by recently updated
recently updated
newest added

**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...

**Is your feature request related to a problem? Please describe.** S3 Cloud providers often have built pricing in correlation with used traffic **Describe the solution you'd like** We want to...

# What Aims to fix https://github.com/nginxinc/nginx-s3-gateway/issues/210 The gateway has a feature that allows serving of the base index page that lists files in the directory if no `index.html` exists in...

### Proposed changes This PR updates the existing GitHub Action workflows from Ubuntu 22.04 to Ubuntu 24.04. ### Checklist Before creating a PR, run through this checklist and mark each...

github_actions

### Proposed changes This PR adds a GitHub Action workflow to lint PR titles and ensure they follow the Conventional Commits spec. This accomplishes two things: 1. Streamlines our commit...

enhancement
github_actions

### Proposed changes This PR refactors the NGINX Plus Dockerfile byu sing the NGINX Plus Dockerfile found here [gist.github.com/nginx-gists/36e97fc87efb5cf0039978c8e41a34b5](https://gist.github.com/nginx-gists/36e97fc87efb5cf0039978c8e41a34b5) as a starting point. This PR also refactors the various ENV...

bug
enhancement

### Proposed changes This PR refactors the NGINX Plus Dockerfile makes the Buildkit Dockerfile the default NGINX Plus build given that both Buildkit is now the default Docker engine and...

bug
enhancement

### Describe the bug Receive "The request signature we calculated does not match the signature" error when attempting to load a resource from s3, with `proxy_intercept_errors` off ### To reproduce...

Bumps nginx from 1.27.0 to 1.27.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nginx&package-manager=docker&previous-version=1.27.0&new-version=1.27.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

### Is your feature request related to a problem? Please describe Thank you for this excellent contribution. I have a requirement to serve static content from a private S3 bucket....