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

Create OwnCloud-Strategy #135

Closed
6 tasks
pinussilvestrus opened this issue Apr 21, 2017 · 2 comments
Closed
6 tasks

Create OwnCloud-Strategy #135

pinussilvestrus opened this issue Apr 21, 2017 · 2 comments

Comments

@pinussilvestrus
Copy link
Contributor

pinussilvestrus commented Apr 21, 2017

According to the Strategy-Pattern in our FileStorage-Service, we need an additional strategy that handles owncloud-file-servers.

Every OwnCloud-Server provides a webdav-interface. We can use this npm-module to connect to this interface.

Tasks:

  • create(), creates a bucket for a school
  • getFiles(), gets a list of files/ directories for a given context
  • deleteFile(), deletes a file
  • generateSignedUrl(), generates a url for uploading/ downloading files
  • createDirectory(), creates a directory
  • deleteDirectory(), deletes a directory

Links:

@niccokunzmann
Copy link
Contributor

@pinussilvestrus
Copy link
Contributor Author

New! We use a new proxy DB for some file operations, so we do not always connect to the real file storage provider. Contact me for more information.

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

3 participants