WaterButler is a Python web application for interacting with various file storage services via a single RESTful API, developed at Center for Open Science.
Apache License 2.0
62
stars
76
forks
source link
[ENG-331] [Oath Pit] Throw the FileSystem provider into the Oath Pit #384
"Refactor" the filesystem provider to work with aiohttp3.
Changes
NO CHANGES:
filesystem is for local develop only, which replaces the googlecloud as the storage provider for OSF Storage. No request is made and all are disk access, which works as it is with aiohttp3.
Coverage increased (+5.6%) to 49.22% when pulling 62b6d8c7f4496b45a1dcea325a7bdba0b505cef0 on cslzchen:feature/oathpit-filesystem into 8913812fb68a1ba534c336a718b4d8fe5540c909 on CenterForOpenScience:feature/oathpit.
Ticket
https://openscience.atlassian.net/browse/ENG-331
Purpose
"Refactor" the
filesystem
provider to work withaiohttp3
.Changes
filesystem
is for local develop only, which replaces thegooglecloud
as the storage provider for OSF Storage. No request is made and all are disk access, which works as it is withaiohttp3
.Side effects
No
QA Notes
No
Deployment Notes
No