rmetzger commented on PR #27026:
URL: https://github.com/apache/flink/pull/27026#issuecomment-3824226663
> Because S3 tests only run on merged PRs
Ok, I see. You can also run them locally by setting these env variables, I
believe:
```
export IT_CASE_S3_BUCKET="your-bucket-name"
export IT_CASE_S3_ACCESS_KEY="your-access-key"
export IT_CASE_S3_SECRET_KEY="your-secret-key"
```
@ctrlaltdilj have you validated this PR locally with those env variables set
against a real S3 bucket?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]