Replies: 1 comment 13 replies
-
That looks reasonable and should be picked up. To double check, is |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
While trying to use s3 objects source i got following error:
WARN dataflow::source::s3: unable to list bucket mybucket1: Couldn't find AWS credentials in environment, credentials file, or IAM role. (1 retries remaining)
Current
/root/.aws/credentials
content is as follow (after secret substitution):As validation,
aws s3 ls
command is successful on AWS CLI2 with this credentials file.What should looks like credentials file for using s3 objects source from Materialize ?
regards,
Beta Was this translation helpful? Give feedback.
All reactions