Skip to content

v1.0.11.0 - S3 multi-part uploads

Latest

Choose a tag to compare

@soccer99 soccer99 released this 15 Mar 04:41
· 3 commits to master since this release

Add new method

s.upload_file(
  review_id,
  filepath, 
  file_name="",
  item_uuid=None,
  noConvertFlag=False,
  chunk_size=5 * 1024 * 1024,
  max_workers=None,
)

This will use the same multi-part s3 uploads as our main website! This method has no filesize limit like our add_media_v2() method. We encourage everyone to switch to this.