waterbutler icon indicating copy to clipboard operation
waterbutler copied to clipboard

WaterButler is a Python web application for interacting with various file storage services via a single RESTful API, developed at Center for Open Science.

Results 36 waterbutler issues
Sort by recently updated
recently updated
newest added

We've had an issue with Water Butler being unable to read streams with chunked encoding. If you look at the constructor of ResponseStreamReader(BaseStream) in waterbutler/core/streams/http.py you will see that if...

On my local instance of the OSF I have everything running using HTTPS but I still see in my Firefox Javascript console that this one file is being requested with...

## Ticket [SVCS-426](https://openscience.atlassian.net/browse/SVCS-426) ## Purpose Update GoogleDrive provider to v3 of the GoogleDrive API ## Changes Substantial changes to all aspects of the provider. Of particular note: GD v3 API...

Final Review

Dataverse 'ingests' certain file types. These file types get renamed. In upload when Waterbutler tries to find the correct metadata to return, it will 500 since it was not looking...

To Be Replaced

There seems to be no support for proxies when communicating with external storage services such as Google Drive. In the file: `waterbutler/core/provider.py` for instance I can see aiohttp being used...

## Ticket ## Purpose ## Changes ## Side effects ## QA Notes ## Deployment Notes