This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-03-15
Channels
- # aws (25)
- # babashka (11)
- # beginners (24)
- # calva (18)
- # clj-kondo (6)
- # cljdoc (1)
- # clojure (48)
- # clojure-europe (3)
- # clojure-houston (1)
- # clojure-uk (22)
- # clojuredesign-podcast (8)
- # clojurescript (9)
- # cursive (8)
- # dirac (6)
- # duct (19)
- # fulcro (17)
- # hoplon (29)
- # mount (3)
- # off-topic (24)
- # pathom (6)
- # re-frame (6)
- # shadow-cljs (5)
- # spacemacs (5)
- # sql (10)
- # tools-deps (7)
- # vim (2)
To those super familiar with cloudfront, has anyone ever successfully put one cloudfront distribution in front of another?
Hey friends!!!
has everyone every stumbled upon the following weird error on s3 when using the cognitect/aws-api
lib CopyObject
operation please ?
I have tried to use it to copy an object from one bucket to another :
• the copy action worked perfectly as intended : the object is copied to the destination bucket
• but as a response to the call, I received an error :
{:cognitect.anomalies/category :cognitect.anomalies/fault, :cognitect.aws.client/throwable #error {
:cause "Property null is not supported"
:via
[{:type java.lang.IllegalArgumentException
:message "Property null is not supported"
:at [com.sun.xml.internal.stream.XMLInputFactoryImpl setProperty "XMLInputFactoryImpl.java" 246]}]
:trace
[[com.sun.xml.internal.stream.XMLInputFactoryImpl setProperty "XMLInputFactoryImpl.java" 246]
...
it is a little bit puzzling since I am not sure how to investigate this case : the “Property null is not supported” message does not help that much
[com.cognitect.aws/api "0.8.391"]
[com.cognitect.aws/endpoints "1.1.11.670"]
[com.cognitect.aws/iam "746.2.533.0"]
[com.cognitect.aws/ec2 "770.2.568.0"]
[com.cognitect.aws/s3 "762.2.561.0"]]
somewhere in your dependencies it is asking for an older version of data.xml (0.0.8) instead of the one aws-api needs