-
Notifications
You must be signed in to change notification settings - Fork 2.2k
fix(aws_s3 source): Use the decoder to calculate type defs #18274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 6 commits
749619b
c9b1fde
cb2921f
575b00e
8f086b6
37f8810
8a88d41
8831355
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| services: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think you accidentally checked this file in. I believe it is generated. We could/should probably add a gitignore entry for these generated docker-compose files.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I added a |
||
| mock-ec2-metadata: | ||
| image: public.ecr.aws/aws-ec2/amazon-ec2-metadata-mock:v1.11.2 | ||
| mock-ecs: | ||
| image: docker.io/amazon/amazon-ecs-local-container-endpoints:latest | ||
| volumes: | ||
| - $DOCKER_SOCKET:/var/run/docker.sock | ||
| - $HOME/.aws/:/home/.aws/ | ||
| mock-localstack: | ||
| image: docker.io/localstack/localstack-full:0.11.6 | ||
| environment: | ||
| - SERVICES=kinesis,s3,cloudwatch,elasticsearch,es,firehose,sqs | ||
| mock-watchlogs: | ||
| image: docker.io/luciofranco/mockwatchlogs:latest | ||
| networks: | ||
| default: | ||
| external: 'true' | ||
| name: vector-integration-tests-aws | ||
Uh oh!
There was an error while loading. Please reload this page.