Skip to content

Uploading more than 40k size file into filesystem doesn't get fully uploaded #1420

@akrambek

Description

@akrambek

Describe the bug
when uploading a file more than 40k it seems like it is only half of the file size being uploaded

To Reproduce
Steps to reproduce the behavior:

  1. Use https://github.com/aklivity/zillabase/blob/develop/cli/src/main/java/io/aklivity/zillabase/cli/config/ZillabaseAdminConfig.java#L287 to setup zilla
  2. Run
curl -X POST "http://localhost:7184/v1/storage/objects/images/test19.png" \                                                                                                        
     --data-binary @test1.png -v

Expected behavior
File should be uploaded fully.

Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions