trathschlag
trathschlag

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.