Closed wgx closed 8 years ago
Hi @wgx, unfortunately I cannot repeat this problem.
Here's how I tested this: I have the file hello.txt.
_s3website.yml:
exclude_from_upload: .foo
s3_website push
output:
[succ] Created hello.txt (public, max-age=120 | text/plain; charset=utf-8 | gzip)
When I change the config to
exclude_from_upload: .txt
... and run s3_website push
for the second time, the output is
[succ] Deleted hello.txt
When I run push
for the third time, the output is
[info] Summary: There was nothing to push
Closing as inactive. Please reopen if needed.
I have
exclude_from_upload: .txt
In my s3_website.yml - but files with *.txt in the root are still being uploaded on push.