[filebeat] [s3 input] Use configured region when non_aws_bucket_name is defined
#983
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Docs PR Review | |
| on: | |
| issue_comment: | |
| types: [created] | |
| permissions: | |
| contents: read | |
| issues: read | |
| pull-requests: write | |
| checks: read | |
| actions: read | |
| jobs: | |
| run: | |
| if: >- | |
| github.event.issue.pull_request != null && | |
| startsWith(github.event.comment.body, '/docs-review') | |
| uses: elastic/ai-github-actions/.github/workflows/gh-aw-estc-docs-pr-review.lock.yml@v0 | |
| with: | |
| setup-commands: | | |
| sudo apt-get update && sudo apt-get install -y libpcap-dev librpm-dev python3-venv | |
| export GOTOOLCHAIN=auto | |
| make mage | |
| secrets: | |
| COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }} |