16awala / py-sscstu

Super Simple Cloud Storage Utility
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Implement a "dummy" local Storage class #4

Open 16awala opened 3 years ago

16awala commented 3 years ago

This Storage class would behave like other remote Storage classes but would use the local disk. This would be useful as a utility for super high level user classes/methods to be agnostic of the difference between local or remote Storage and allow simple implementation of downloads to or uploads from local storage. Theoretically you could also use this to move stuff around within local storage but in which case what are you using this package for?

16awala commented 3 years ago

Feature Branch: feat/storage/local