Anyone ever come across a singer tap for AWS API’s...
# plugins-general
a
Anyone ever come across a singer tap for AWS API’s, like the S3 API? Meaning, not to extract files from S3 but rather to run a bunch of GETs to retrieve things like lists of objects w/ metadata (file sizes, etc)? Looked around a bit and haven’t found anything, but just curious to ask here. (Otherwise setting up AWS API logging to csv files in s3 and extracting those is the obvious alternative)
v
I'm not certain this is what you're saying but check out https://github.com/ets/tap-spreadsheets-anywhere You can run Discovery (metadata stuff) against s3 paths with that tap
a
Hmm, that could potentially be the start of a new tap for sure.
(basically consuming the discovery as the data )
v
Yeah it would work, I"m not sure about the use case though!