Skip to content

Commit

Permalink
fix: s3_input integration test pt5
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoutsovasilis committed May 21, 2024
1 parent c6a775c commit 271bc67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/jobs/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ services:
image: busybox
depends_on:
localstack: { condition: service_healthy }

localstack:
container_name: "${localstack_integration_test_container}"
image: localstack/localstack:2.1.0 # Latest stable release
image: localstack/localstack:3.1.0 # Latest stable release
ports:
- "127.0.0.1:4566:4566" # LocalStack Gateway
environment:
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/input/awss3/input_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ func makeAWSConfig(t *testing.T, region string) aws.Config {
func drainSQS(t *testing.T, region string, queueURL string, cfg aws.Config) {
sqs := &awsSQSAPI{
client: sqs.NewFromConfig(cfg, func(options *sqs.Options) {
options.ClientLogMode = aws.LogResponseWithBody
//options.ClientLogMode = aws.LogResponseWithBody
options.Region = region
}),
queueURL: queueURL,
Expand Down

0 comments on commit 271bc67

Please sign in to comment.