trathschlag

Results 4 comments of trathschlag

![image](https://cloud.githubusercontent.com/assets/8101042/20144933/7d7a229a-a69e-11e6-972d-0f2717cba1c7.png)

If someone is looking for a quick workaround: ```java var inputStream = s3Client.getObject(getRequest, ResponseTransformer.toInputStream()); Files.copy(inputStream, Paths.get(localPath), StandardCopyOption.REPLACE_EXISTING); ```

Hi @edward3h I am working on the same project as @edeknede. I think what we want to achieve can be boiled down to: We want to define components (or fragments/snippets/layouts)...

Thanks for your quick answer! I or someone from our team will provide a code example. It might just take some time because of the holiday season here in Germany.