Prasanth Kothuri
s3 = boto3.resource('s3', aws_access_key_id=access_key, aws_secret_access_key=secret_key, endpoint_url=endpoint_url)
from prefect.filesystems import RemoteFileSystem storage_block = RemoteFileSystem( basepath="<s3://prefect2-flows-dev>", settings=dict( use_ssl=False, key="AAAA", secret="BBB", client_kwargs=dict(endpoint_url=f"<https://abc.ac.uk>"), ), ) storage_block.save("flow-storage")
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.