Kami commented on PR #1796:
URL: https://github.com/apache/libcloud/pull/1796#issuecomment-1383172735
Looks like this still needs more work since tests are now failing with:
```bash
> result_dict = self._upload_object(
object_name=object_name,
content_type=content_type,
request_path=request_path,
request_method=method,
headers=headers,
file_path=file_path,
stream=stream,
container=container,
)
E TypeError: upload_file() got an unexpected keyword argument
'container'
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]