Skip to content
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

Don't try to send the .meta directories when using *s #86

Closed
jdoliner opened this issue Jun 19, 2015 · 1 comment
Closed

Don't try to send the .meta directories when using *s #86

jdoliner opened this issue Jun 19, 2015 · 1 comment

Comments

@jdoliner
Copy link
Member

curl localhost/file/*

yields

--54c0e46d0daa62501c32dcb1192fab024dced5c79694e6fc636e65dbc6b4
Content-Disposition: form-data; name=".meta"; filename=".meta"
Content-Type: application/octet-stream

read /var/lib/pfs/vol/data-0-3/master/.meta: is a directory

--54c0e46d0daa62501c32dcb1192fab024dced5c79694e6fc636e65dbc6b4--
--aacee4ccb8343ee523f6756c9682f72a7921929a985e0c1e860fa976532d
Content-Disposition: form-data; name=".meta"; filename=".meta"
Content-Type: application/octet-stream

read /var/lib/pfs/vol/data-1-3/master/.meta: is a directory

--aacee4ccb8343ee523f6756c9682f72a7921929a985e0c1e860fa976532d--
--b00326203901e2f2349f8d6c7e945c342c85f4957327a9b8bbf418662099
Content-Disposition: form-data; name=".meta"; filename=".meta"
Content-Type: application/octet-stream

read /var/lib/pfs/vol/data-2-3/master/.meta: is a directory

--b00326203901e2f2349f8d6c7e945c342c85f4957327a9b8bbf418662099--

Should be a pretty quick fix.

@jdoliner
Copy link
Member Author

Fixed by #95.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant