aws_s3
source should support codecs
#16824
Labels
domain: codecs
Anything related to Vector's codecs (encoding/decoding)
source: aws_s3
Anything `aws_s3` source related
type: feature
A value-adding code addition that introduce new functionality.
A note for the community
Use Cases
Users want to use AWS S3 as a transport mechanism between Vector instances. The
aws_s3
source currently only supports logs, so this doesn't work for metrics (or traces).Attempted Solutions
No response
Proposal
Add codec options to the
aws_s3
source to enable the use ofnative
ornative_json
codecs to send data through AWS S3 as a transport.References
I think usage of codecs could be introduced somewhere around here:
vector/src/sources/aws_s3/mod.rs
Lines 291 to 306 in c59d71c
The config option should be added to
vector/src/sources/aws_s3/mod.rs
Line 74 in c59d71c
Example configuration:
vector/src/sources/http_client/client.rs
Lines 70 to 78 in c59d71c
That source can be used as a good reference for applying those codec options too.
Version
vector 0.28.1
The text was updated successfully, but these errors were encountered: