License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIduk.gov.gchq.palisade |
ArtifactId | ArtifactIdclient-s3 |
Last Version | Last Version0.5.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGCHQ Palisade - S3-Server Client
The S3 Palisade Client starts a web server presenting an S3-compliant API for querying resources and data returned by Palisade.
After POSTing a request, a bucket is returned using the Palisade token, which can be queried using an existing S3-compatible tool (such as Apache Spark).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
client-s3-0.5.1-RELEASE.pom | |
client-s3-0.5.1-RELEASE.jar | 65 KB |
client-s3-0.5.1-RELEASE-sources.jar | 40 KB |
client-s3-0.5.1-RELEASE-javadoc.jar | 611 KB |
client-s3-0.5.1-RELEASE-exec.jar | 44 MB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.palisade/client-s3/ -->
<dependency>
<groupId>uk.gov.gchq.palisade</groupId>
<artifactId>client-s3</artifactId>
<version>0.5.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/client-s3/
implementation 'uk.gov.gchq.palisade:client-s3:0.5.1-RELEASE'
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/client-s3/
implementation ("uk.gov.gchq.palisade:client-s3:0.5.1-RELEASE")
'uk.gov.gchq.palisade:client-s3:jar:0.5.1-RELEASE'
<dependency org="uk.gov.gchq.palisade" name="client-s3" rev="0.5.1-RELEASE">
<artifact name="client-s3" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.palisade', module='client-s3', version='0.5.1-RELEASE')
)
libraryDependencies += "uk.gov.gchq.palisade" % "client-s3" % "0.5.1-RELEASE"
[uk.gov.gchq.palisade/client-s3 "0.5.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
uk.gov.gchq.palisade : client-akka | jar | 0.5.1-RELEASE |
com.typesafe.akka : akka-stream_2.13 | jar | 2.6.10 |
com.typesafe.akka : akka-http_2.13 | jar | 10.2.1 |
com.typesafe.akka : akka-http-jackson_2.13 | jar | 10.2.1 |
com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.11.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.0 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.1.RELEASE |
org.springframework.boot : spring-boot-starter-data-r2dbc | jar | 2.3.1.RELEASE |
io.r2dbc : r2dbc-h2 | jar | 0.8.4.RELEASE |