anomalizer / ngx_aws_auth

nginx module to proxy to authenticated AWS services
BSD 2-Clause "Simplified" License
470 stars 144 forks source link

Remove use of bucket and promote use of endpoint instead #59

Closed j2clerck closed 1 year ago

j2clerck commented 5 years ago

This change remove the use of aws_bucket. Instead it uses the aws_endpoint to include the bucket_name if needed. This change allows the use of non-amazon s3 bucket such as minio and can sustain some use cases where the bucket is not in the endpoint.

anomalizer commented 3 years ago

could you rebase this against master so that the travis build passes?

anomalizer commented 3 years ago

Travis says the build is failing. Looks like the test cases need to updated as well