Skip to content

0.1.0

Compare
Choose a tag to compare
@matthewhanson matthewhanson released this 05 Dec 22:39
b65a4bc

[v0.1.0] 2019-12-05

Changed

  • The s3 and stepfunction modules are now a class, and the init function accepts a boto3 Session. If not provided a default session is created
  • s3.upload now accepts an http_url keyword. If set to True it will return the https URL instead of the S3 URL
  • s3.find now returns complete s3 URL for each found object, not just the key