https://prefect.io logo
Title
m

Mwanthi Daniel

02/04/2023, 1:05 AM
Hey, how do we upload local files to the S3 bucket using the S3 bucket block? I have tried several times but am getting this kind of error:
KeyError: 'credentials'
a

Andrew Huang

02/04/2023, 1:22 AM
maybe something like:
S3Bucket(credentials=AwsCredentials())