zuul-jobs/roles/upload-logs-base
Albin Vass 5b3a48e73b GZIPCompressedStream default read size to -1
To be compatible with the io.RawIOBase interface
the GZIPCompressedStream read method argument should be called
`size` and have a default value of -1 meaning until EOF.

See:
https://docs.python.org/3/library/io.html#io.RawIOBase

Change-Id: Ie8b4c77f6c730c91bb4d4997dcb7f9a9acde0f31
2020-12-02 20:59:55 +01:00
..
library Add with_scopes method to GCS credentials class 2020-11-12 11:31:26 -08: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.