Skip to content

Unable to upload huge file with the blob_client class #125

Description

@erwandrezen

I got a strange behaviour when uploading a file > 4GB.

Actually, it seems that the 'set_content_length' uses a unsigned int, which may have a sizeof of 4, and therefore does not allow values greater than 4 GB.

I patched the input parameter type to unsigned long long and I managed to break this file size limitation.

Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions