lindenlab / caddy-s3-proxy

s3 proxy plugin for caddy
Apache License 2.0
72 stars 22 forks source link

Adds additional logging when index is missing #31

Closed christoph-kluge closed 3 years ago

christoph-kluge commented 3 years ago

Relates to https://github.com/lindenlab/caddy-s3-proxy/issues/27#issuecomment-727918360.

This adds additional logging if a specified indexName failed to fetch. In my case I had to debug a little bit further until I found out that I had an permission issue on GET /.

rayjlinden commented 3 years ago

I've modified this fix a bit - see this PR: https://github.com/lindenlab/caddy-s3-proxy/pull/36

rayjlinden commented 3 years ago

If you are ok with my alternative fix - just close this PR. Otherwise, let me know...