-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Allow opt in (whitelist) of hidden folders #53
Comments
Whoaboy. I just ran into this myself. Hopefully, the author will add this request. Otherwise I may need to learn Go. |
bep
added a commit
that referenced
this issue
Oct 16, 2024
bep
added a commit
that referenced
this issue
Oct 16, 2024
bep
added a commit
that referenced
this issue
Oct 17, 2024
bep
added a commit
that referenced
this issue
Oct 17, 2024
bep
added a commit
that referenced
this issue
Oct 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: