Skip to content

fix files having no content#7

Merged
freggy merged 2 commits intomainfrom
fix-empty-file
Nov 7, 2024
Merged

fix files having no content#7
freggy merged 2 commits intomainfrom
fix-empty-file

Conversation

@freggy
Copy link
Copy Markdown
Member

@freggy freggy commented Nov 7, 2024

it appears that the byte arry passed to writerAt will not contain the downloaded object content.
passing writerAt.Bytes() solves this issue.

also ensure the files content is what we expect.

fixes #6

it appears that the byte arry passed to `writerAt`
will not contain the downloaded object content.
passing `writerAt.Bytes()` solves this issue.

also ensure the files content is what we expect.

fixes #6
@freggy freggy self-assigned this Nov 7, 2024
@freggy freggy merged commit 8893075 into main Nov 7, 2024
@freggy freggy mentioned this pull request Nov 7, 2024
@freggy freggy deleted the fix-empty-file branch November 7, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Destination file empty

1 participant