zuul-jobs/roles/upload-logs-base
Benjamin Schanzel 1ab9ca3ed9 Fix a bug in s3 log uploader with .gz files
When trying to upload .gz files, we do not set the ContentEncoding
argument to upload_fileobj but leave it as None. The upload then fails
because NoneType is not allowed. Therefore, leave out this parameter,
and also the ContentType parameter, from the extra args completely if
they are not set.

Change-Id: I601944ac83d5e823aa4dcfd0db880a38474288af
2021-06-30 10:11:49 +02:00
..
library Fix a bug in s3 log uploader with .gz files 2021-06-30 10:11:49 +02:00
module_utils GZIPCompressedStream default read size to -1 2020-12-02 20:59:55 +01:00
__init__.py Merge upload logs modules into common role 2020-09-25 13:21:12 +02:00
README.rst Merge upload logs modules into common role 2020-09-25 13:21:12 +02:00

Common library role for upload logs roles

This role contains the libraries and common code used by the upload-logs roles.