Join Slack
Powered by
Hey, how do we upload local files to the S3 bucket...
# prefect-getting-started
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())
2
Views
Open in Slack
Previous
Next