caddy-s3-proxy
caddy-s3-proxy copied to clipboard
Google storage applicability
Does anyone have any idea if google storagebis likely to work . It’s an s3 store of sorts
It should work - but I have not tried it myself. Here is a doc from google describing how it should work: https://cloud.google.com/storage/docs/migrating
You will certainly need to set a few extra directives: endpoint: https://storage.googleapis.com force_path_style: true region: auto
You will need to se up a .aws/creds file with your google access id and secret.
Please let me know if you get it to work. (And if you give me clear instructions on how - I'd be happy to add it to the README for the next person who attempts this.)