S3Handler

class S3.S3Handler(key: str, bucket: str, *, chunk_size: int = 5242880, time_rotation: int = 43200, max_file_size_bytes: int = 104857600, encoder: str = 'utf-8', max_threads: int = 1, compress: bool = False, **boto_session_kwargs)[source]

A Logging handler class that streams log records to S3 by chunks