s3deploy icon indicating copy to clipboard operation
s3deploy copied to clipboard

Feature request: Allow opt in (whitelist) of hidden folders

Open boarik opened this issue 4 years ago • 1 comments

Example: The files .well-known/config.json, .well-known/public-key.pem etc. all reside under the "hidden" folder .well-known. We would like to configure the .well-known prefix to not be skipped when deploying content to the S3 bucket.

I believe the code responsible for the skip is here: https://github.com/bep/s3deploy/blob/master/lib/deployer.go#L252

boarik avatar May 26 '20 15:05 boarik

Whoaboy. I just ran into this myself. Hopefully, the author will add this request. Otherwise I may need to learn Go.

dltj avatar Apr 04 '21 19:04 dltj