Skip to content

how to turn off automatic decompression when download gzipped file #509

@imeya

Description

@imeya

when use the following to download gzipped file, The download works but Azure or the SDK decompresses my gzipped files on the fly when the files are fetched.
how can I turn off this behavior? thanks

BLOB_SERVICE = BlockBlobService(account_name=AZURE_BLOB_SERVICE_ACCOUNT_NAME, account_key=AZURE_BLOB_SERVICE_ACCOUNT_KEY)

BLOB_SERVICE.get_blob_to_path(
            guid,
            name,
            path,
        )

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions