You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I'm following the example you made in the README for S3 - I'm just trying to put a file.
When I run my webserver, it throws the below error:
Execution error (IllegalStateException) at roller-ball.storage.s3-ops/eval4652$loading (s3_ops.clj:1).
download already refers to: #'amazonica.aws.s3/download in namespace: roller-ball.storage.s3-ops
I don't have any functions called "download" in my app. The source code is here. The specific file where I use the amazonica lib is here. I ran below grep from the root of the project and confirmed no output, so I don't understand where the error is coming from
grep -r "download" .
Thank you in advance!
h2. Additional info
When I remove the [amazonica.aws.s3transfer] from the
the app runs, but then I get a java.lang.ClassNotFoundException exception - I guess thats required. All that said, I can't seem to find any function called put-object in the repo, whether in s3 or s3transfer... I'm kinda new to clojure and jvm languages in general, so apologies if this is a basic thing I'm not getting.
Hi there,
I'm following the example you made in the README for S3 - I'm just trying to put a file.
When I run my webserver, it throws the below error:
I don't have any functions called "download" in my app. The source code is here. The specific file where I use the amazonica lib is here. I ran below grep from the root of the project and confirmed no output, so I don't understand where the error is coming from
Thank you in advance!
h2. Additional info
When I remove the
[amazonica.aws.s3transfer]
from thethe app runs, but then I get a
java.lang.ClassNotFoundException
exception - I guess thats required. All that said, I can't seem to find any function calledput-object
in the repo, whether in s3 or s3transfer... I'm kinda new to clojure and jvm languages in general, so apologies if this is a basic thing I'm not getting.h2. Additional output
The text was updated successfully, but these errors were encountered: