Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Releases: PrefectHQ/prefect-aws

v0.1.7

28 Oct 19:30
0f74e83
Compare
Choose a tag to compare

0.1.7

Released on October 28th, 2022.

Changed

  • ECSTask is no longer experimental — #137

Fixed

  • Fix ignore_file option in S3Bucket skipping files which should be included — #139
  • Fixed bug where basepath is used twice in the path when using S3Bucket.put_directory - #143

v0.1.6

19 Oct 20:04
d2dd75c
Compare
Choose a tag to compare

0.1.6

Released on Obtober 19th, 2022.

Added

  • get_directory and put_directory methods on S3Bucket. The S3Bucket block is now usable for remote flow storage with deployments. - #82

v0.1.5

14 Oct 20:23
8af9da3
Compare
Choose a tag to compare

0.1.5

Released on October 14th, 2022.

Added

  • Add ECSTask.cloudwatch_logs_options for customization of CloudWatch logging — #116
  • Added config parameter to AwsClientParameters to support advanced configuration (e.g. accessing public S3 buckets) #117
  • Add @sync_compatible to S3Bucket methods to allow calling them in sync contexts - #119.
  • Add ECSTask.task_customizations for customization of arbitary fields in the run task payload — #120

Fixed

  • Fix configuration to submit doc edits via GitHub - #110
  • Removed invalid ecs task register fields - #126

v0.1.4

13 Sep 14:53
8d5558c
Compare
Choose a tag to compare

0.1.4

Released on September 13th, 2022.

Changed

  • Increased default timeout on the ECSTask block - #106

v0.1.3

13 Sep 02:13
3192762
Compare
Choose a tag to compare

0.1.3

Released on September 12th, 2022.

Added

  • client_waiter task - #43
  • ECSTask infrastructure block - #85

v0.1.2

02 Aug 18:49
f906d9a
Compare
Choose a tag to compare

0.1.2

Released on August 2nd, 2022

Added

  • batch_submit task - #41
  • MinIOCredentials block - #46
  • S3Bucket block - #47

Changed

  • Converted AwsCredentials into a Block #45

Deprecated

Removed

  • Removed .result() and is_complete on test flow calls. #45

v0.1.1

18 Apr 15:41
7c49d74
Compare
Choose a tag to compare

0.1.1

Added

Released on April 18th, 2022

  • AwsClientParameters for added configuration of the boto3 S3 client - #29
  • Added boto3 client type hinting via types-boto3 - #26

v0.1.0

09 Mar 20:36
f210a4f
Compare
Choose a tag to compare

0.1.0

Released on March 9th, 2022.

Added

  • s3_download, s3_upload and s3_list_objects tasks
  • read_secret task - #6
  • update_secret task - #12
  • create_secret and delete_secret tasks - #13