Skip to content

Commit

Permalink
add kwargs for registrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnetordoff committed Dec 4, 2017
1 parent 64c9a23 commit 9a58bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waterbutler/providers/cloudfiles/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ async def download(self,
return streams.ResponseStreamReader(resp)

@ensure_connection
async def upload(self, stream, path, check_created=True, fetch_metadata=True):
async def upload(self, stream, path, check_created=True, fetch_metadata=True, **kwargs):
"""Uploads the given stream to CloudFiles
:param ResponseStreamReader stream: The stream to put to CloudFiles
:param str path: The full path of the object to upload to/into
Expand Down

0 comments on commit 9a58bed

Please sign in to comment.