8000 Tags · kastenhq/stow · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: kastenhq/stow

Tags

v0.2.6-kasten.2

Toggle v0.2.6-kasten.2's commit message
Change maxPartsSize to 40000 and chunk to 16M

v0.2.6-kasten.1

Toggle v0.2.6-kasten.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.2.6-kasten.0

Toggle v0.2.6-kasten.0's commit message
Add session token support

v0.1.2-kasten

Toggle v0.1.2-kasten's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from kastenhq/s3-role

Add session token support

v0.1.1-kasten.1

Toggle v0.1.1-kasten.1's commit message
Avoid panicking when s3 does not return an etag

v0.1.1-kasten

Toggle v0.1.1-kasten's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from kastenhq/s3-put-func-update

Update s3  Put() func to handle uploading piped content

v0.1.0

Toggle v0.1.0's commit message
process containers BEFORE paging

0