Hey there, wondering if someone can tell me what m...
# plugins-general
a
Hey there, wondering if someone can tell me what my s3 endpoint url is supposed to be for the s3 csv extractor? My bucket is in the us-east-1 region but this endpoint ā€œs3.us-east-1.amazonaws.comā€ is throwing an invalid error when I run the meltano test command?
For anyone else with this problem in the future it looks like it needed to be {
bucket-name}.<http://s3.amazonaws.com|s3.amazonaws.com>
per this doc. This is a bit annoying as according to the doc this is not a required param but meltano would not let me run a test without it.