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
Update dependency go to v1.24.6 (#33)
* Update dependency go to v1.24.6
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: yannic rieger <ybr@76k.io>
fix files having no content (#7)
it appears that the byte array passed to `writerAt`
will not contain the downloaded object content.
passing `writerAt.Bytes()`to the communicator
solves this issue.
also ensure the files content is what we expect.
fixes#6