pbutler
11/01/2022, 8:57 PMNate
11/01/2022, 9:26 PMs3_upload
task soon (or write_path as you mentioned), but for now you could use the aws credentials block to generate a boto3 session -> client
s3_client = aws_credentials.get_boto3_session().client("s3")
and then run the multipart upload like thispbutler
11/02/2022, 12:53 PM