You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix stream data upload (#19)
Put() fails to upload stream data with
```
PutObject, putting object: ReadRequestBody: unable to initialize upload
caused by: seek /dev/stdin: illegal seek
```
This PR fixes the issue by reading all the content before calling the client's upload method