We primarily do bulk transfer of incoming click stream data through Kinesis Firehose service. Our system is a multi tenant SaaS platform. The incoming click stream data are stored S3 through Firehose. By default, all the files are stored under directories named per given date-format. I would like to specify the directory path for the data files in Firehose planel \ through API in order to segregate the customer data.
For example, the directory structure that I would like to have in S3 for customers A, B and C :
/A/2017/10/12/
/B/2017/10/12/
/C/2017/10/12/
How can I do it?