-
-
Notifications
You must be signed in to change notification settings - Fork 328
Closed
Labels
Milestone
Description
fe09999 created the issue
When I download CLoudTrail files from AWS S3, the files get decompressed and truncated.
For instance, the file AWSLogs//CloudTrail/////CloudTrail__*.json.gz has a size of 32.5KB.
Downloading it, the file becomes plain text (decompressed) and has a length of 32.5KB. Of course, when you decompress it it should have a bigger length afterwards, not the compressed length.
Btw, decompressing should be an option. Is really nice to have, but not useful in all cases.
Attachments