The firehose feature allows users to send event data from a given flow to a s3 bucket. When a valid firehose configuration is defined on a flow, LeadConduit automatically sends all events to the specified bucket.
The /firehose
resource is used to validate s3 credentials by writing a
test file to a given bucket. If a prefix is provided, the file is written
to <prefix>/leadconduit-events/test.txt
, otherwise it's written to
leadconduit-events/test.txt
.
OK
Authorization information is missing or invalid.
curl -i -X GET \ 'https://app.leadconduit.com/firehose?access_key_id=string&secret_access_key=string&bucket=string&prefix=string'
{- "ETag": "string"
}