Casey M
from prefect_aws import AwsCredentials
def save_to_s3(directory, file_name, local_file_path):
s3 = boto3.resource('s3')
key = f"{directory}/{file_name}"
s3.meta.client.upload_file(local_file_path, 'test-updates', key)
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.