@@ -319,6 +319,31 @@ (define-public clojure-com-cognitect-aws-endpoints
(synopsis "Endpoint data for @code{aws-api}")
(license license:asl2.0)))
+(define-public clojure-com-cognitect-aws-s3
+ (package
+ (inherit clojure-com-cognitect-aws-api)
+ (name "clojure-com-cognitect-aws-s3")
+ (version "821.2.1083.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://repo1.maven.org/maven2/"
+ "com/cognitect/aws/s3/"
+ version "/s3-"
+ version "-sources.jar"))
+ (sha256
+ (base32
+ "0aqjwbpdlfccy1pl7bdxqxbzb6dcwvb00v07i4hcj6q8mpk8r1wj"))))
+ (native-inputs '())
+ (propagated-inputs '())
+ (arguments
+ '(#:doc-dirs '()
+ ;; This package has no tests.
+ #:tests? #f
+ #:aot-exclude '(#:all)))
+ (synopsis "Supporting files for accessing the S3 API using
+@code{aws-api}")
+ (license license:asl2.0)))
+
(define-public clojure-com-cognitect-http-client
(package
(name "clojure-com-cognitect-http-client")