Closed newbery closed 4 years ago
When more than one s3_handler is instantiated, the S3Stream instances end up sharing the same queues because the queues are defined at the class level instead of as instance attributes. This PR corrects that.
When more than one s3_handler is instantiated, the S3Stream instances end up sharing the same queues because the queues are defined at the class level instead of as instance attributes. This PR corrects that.