lindenlab / caddy-s3-proxy

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

Fallback to local storage #62

Open hj-collab opened 1 year ago

hj-collab commented 1 year ago

Hi,

Can the module be updated to look for SSL files on local disk before checking S3. If the file exists locally, then s3 request is not needed. This significantly improves TTFB even if the certificates aren’t loaded in memory. Some body implemented something similar here. https://github.com/thekonqueror/certmagic-s3

Best regards,