dandy10 commented on pull request #13723: URL: https://github.com/apache/beam/pull/13723#issuecomment-764984695
@ConverJens no problem. Are you sure the endpoint url has been passed correctly? It looks like it's still trying to connect to aws: `Connection to pipelines.s3.amazonaws.com timed out. (connect timeout=60)` (or is that what minio-service.kubeflow resolves to within your cluster?). I think there might be a typo in one of the options, how about when you change --s3_access_key to --s3_access_key_id? I'm just using the s3_endpoint_url, s3_access_key_id, s3_secret_access_key (not setting --s3_verify=False although I don't think that would be causing the issue you're seeing). I did have some timeouts when testing if I didn't set the cert bundle correctly, maybe something similar is happening here? You can override the default with the AWS_CA_BUNDLE environment variable. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
