bramverhelst
Results
1
issues of
bramverhelst
The current implementation to save/upload files to S3 uses the `put_object` boto3 method. ```python self.s3_connection.put_object(Body=content.read(), **put_params) ``` Unfortunately, this method has restrictions/thresholds imposed on it via the AWS API, namely...