Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Add write support to both providers #41

Closed
6 of 9 tasks
lavelle opened this issue Aug 25, 2014 · 5 comments
Closed
6 of 9 tasks

Add write support to both providers #41

lavelle opened this issue Aug 25, 2014 · 5 comments

Comments

@lavelle
Copy link
Contributor

lavelle commented Aug 25, 2014

When the FSP API is updated to support write operations, both providers should be updated to reflect this.

Operations to implement:

Basic

  • Create
  • Write
  • Truncate

Non-recursive

Recursive

These work by default for WebDAV are difficult for S3 because there's no concept of a directory. Need to have a discussion on how to best implement.

  • Delete
  • Copy
  • Move: trivial once COPY is implemented
@lavelle
Copy link
Contributor Author

lavelle commented Aug 26, 2014

I'd like to at least make a start on this before the end of my internship. It'd be nice to have a couple of the events implemented for one of the providers. @mtomasz-chromium, what events are ready use?

@mtomasz-chromium
Copy link
Contributor

Hi Giles. All of the R/W operations should be already implemented. It would
be cool if we added support for them.

https://code.google.com/p/chromium/codesearch#chromium/src/chrome/common/extensions/api/file_system_provider.idl&q=file_system_provider.idl&sq=package:chromium&type=cs

Tomasz.

On 25 August 2014 17:22, Giles Lavelle notifications@github.com wrote:

I'd like to at least make a start on this before the end of my internship.
It'd be nice to have a couple of the events implemented for one of the
providers. @mtomasz-chromium https://github.com/mtomasz-chromium, what
events are ready use?


Reply to this email directly or view it on GitHub
#41 (comment)
.

@lavelle
Copy link
Contributor Author

lavelle commented Aug 26, 2014

Okay great, I'll aim to get some write support working for WebDAV in the last couple of weeks once the UI is done.

@lavelle
Copy link
Contributor Author

lavelle commented Sep 5, 2014

I created a crbug related to this here: https://code.google.com/p/chromium/issues/detail?id=411450

@lavelle lavelle added blocked and removed long term labels Sep 6, 2014
@lavelle
Copy link
Contributor Author

lavelle commented Sep 17, 2014

Closing in favour of individual issues for each remaining unfinished feature.

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

No branches or pull requests

2 participants