https://prefect.io logo
v

Vishy ganesh

11/17/2022, 8:53 PM
I was trying to use the prefect-aws bundle to upload into the S3 Bucket. I see the S3Bucket object has a
basepath
option but, s3_upload has no basepath.. How do we associate a basepath to the s3_upload option Essentially I don't want the files to land in the bucket root
1
Nevermind I figured it out, I just used S3Bucket.put_directory() which allowed me to use the base S3_block.
🙌 1