You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add 'dotallowlist' to .s3deploy.yml config file
Example addition to config file:
```yaml
dotallowlist:
- .well-known
```
Warning: I don't know Golang. This code appears to work, but may not be
idiomatic Golang.