Azure Blob Storage sink issues with compression #22074
Unanswered
danelkotev
asked this question in
Q&A
Replies: 1 comment
-
@danelkotev how are you downloading the file? It may be being transparently decompressed by your browser. This gotcha is noted here: https://vector.dev/docs/reference/configuration/sinks/azure_blob/#compression |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using Azure Blob Storage sink with
gzip
compression, there are issues with Azure - when downloading the file to my local machine, it seems like the file is corrupted.There are many issues with Azure around it from what I see online, however when removing
CONTENT-ENCODING
all seems OK, any change I can override the headers added by vector.dev although keep usinggzip
compression? any other suggestion will gladly accepted...Beta Was this translation helpful? Give feedback.
All reactions