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

v0.3.4

Compare
Choose a tag to compare
@desertaxle desertaxle released this 15 Jun 14:28
· 61 commits to main since this release
61eaab1

0.3.4

Released on June 15th, 2023.

Added

  • Added S3Bucket.stream_from to copy objects between buckets - #276

Deprecated

  • prefect_aws.projects module. Use prefect_aws.deployments instead. - #278
  • pull_project_from_s3 step. Use pull_from_s3 instead. - #278
  • push_project_to_s3 step. Use push_to_s3 instead. - #278
  • PullProjectFromS3Output step output. Use PullFromS3Output instead. - #278
  • PushProjectToS3Output step output. Use PushToS3Output instead. - #278