Skip to content

StoreApi limits file sizes to 4GB on 32-bit platforms #279

@Uriagat

Description

@Uriagat

Endpoint internally uses size_t to declare the file size and file position, which limits the file size to 4 GB on 32-bit platforms.
NOTE: This applies only to the file size and position, not the chunk.

TODO

  • Use int64_t for variables representing file size or position, instead of size_t.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions