CenterForOpenScience / waterbutler

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-327] [OATHPIT] Throw CloudFiles into the Oath Pit #394

Closed cslzchen closed 4 years ago

cslzchen commented 4 years ago

Ticket

https://openscience.atlassian.net/browse/ENG-327

Purpose

Enable and update the CloudFiles provider for aiohttp3.

Changes

Code

Tests

Side effects

N / A

QA Notes

N / A

CloudFiles was the original storage provider for OSFStorage which has been deprecated since early 2018. It is only not testable by QA.

Deployment Notes

No

cslzchen commented 4 years ago

Update: PR rebased and conflicts fixed after GitLab merge. In addition, removed --ignore for pytest since all providers have been converted.