I have not tried it but I imagine what you need is a dynamic fan-out. Take 
a look at this 
<https://doc.akka.io/docs/akka/current/scala/stream/stream-dynamic.html> 
piece of documentation.

El miércoles, 27 de septiembre de 2017, 20:29:08 (UTC+2), 
alberto...@full360.com escribió:
>
> Hello, I hope some of the fine folks of this user list can help me with 
> this doubt. I'm kind of new to Akka, so pardon me if I'm missing something.
>
> I'm currently trying to do the following using Alpakka connectors: connect 
> to an SFTP server, list files in a directory, filter contentes based on a 
> regular expression, and download those files into an AWS S3 bucket. I'm 
> currently having trouble with the S3 connector, storing a file 
> specifically, this because the sink needs to know the name of the key 
> before hand and I gather this information inside the stream.
>
> I'm open to suggestions on how can I tackle this issue.
>
> Thanks,
> Alberto
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to