-
Notifications
You must be signed in to change notification settings - Fork 26
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
cs3: fixed lock and error handling on writefile #139
Conversation
df8f53f
to
49ada73
Compare
e8d35df
to
0853ff8
Compare
0853ff8
to
e32a1e1
Compare
@wkloucek as I see you're willing to test this, and as in parallel I'm working on Reva to honor the locks on write, I realized that we could simplify the workflow a bit and pass the lock metadata on the actual PUT (see cs3org/cs3apis#226). This is the reason for the last commit. Clearly we have to agree on the headers to use... |
e32a1e1
to
19c33aa
Compare
@glpatcern thanks for pinging me! I'm currently not working on WOPI topics, but @jvillafanez / @micbar probably can a look |
b7af6ac
to
85f8faf
Compare
85f8faf
to
6974636
Compare
b692397
to
a2f2fd4
Compare
a2f2fd4
to
7fc5f64
Compare
Fixes #137