jar

uk.gov.gchq.palisade : client-s3

Maven & Gradle

Aug 04, 2021
4 stars

GCHQ 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).

Table Of Contents

Latest Version

Download uk.gov.gchq.palisade : client-s3 JAR file - Latest Versions:

All Versions

Download uk.gov.gchq.palisade : client-s3 JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window client-s3-0.5.1-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

uk.gov.gchq.palisade.client.s3

├─ uk.gov.gchq.palisade.client.s3.S3Client.class - [JAR]

uk.gov.gchq.palisade.client.s3.util

├─ uk.gov.gchq.palisade.client.s3.util.S3ResourceBuilder.class - [JAR]

uk.gov.gchq.palisade.client.s3.repository

├─ uk.gov.gchq.palisade.client.s3.repository.AbstractOrphanedChildJsonMixin.class - [JAR]

├─ uk.gov.gchq.palisade.client.s3.repository.ContentLengthEntity.class - [JAR]

├─ uk.gov.gchq.palisade.client.s3.repository.ContentLengthRepository.class - [JAR]

├─ uk.gov.gchq.palisade.client.s3.repository.PersistenceLayer.class - [JAR]

├─ uk.gov.gchq.palisade.client.s3.repository.ResourceConverter.class - [JAR]

├─ uk.gov.gchq.palisade.client.s3.repository.ResourceEntity.class - [JAR]

├─ uk.gov.gchq.palisade.client.s3.repository.ResourceRepository.class - [JAR]

uk.gov.gchq.palisade.client.s3.domain

├─ uk.gov.gchq.palisade.client.s3.domain.CanonicalUser.class - [JAR]

├─ uk.gov.gchq.palisade.client.s3.domain.ListBucketResult.class - [JAR]

├─ uk.gov.gchq.palisade.client.s3.domain.ListEntry.class - [JAR]

├─ uk.gov.gchq.palisade.client.s3.domain.MetadataEntry.class - [JAR]

├─ uk.gov.gchq.palisade.client.s3.domain.PrefixEntry.class - [JAR]

├─ uk.gov.gchq.palisade.client.s3.domain.StorageClass.class - [JAR]

uk.gov.gchq.palisade.client.s3.web

├─ uk.gov.gchq.palisade.client.s3.web.AkkaHttpServer.class - [JAR]

├─ uk.gov.gchq.palisade.client.s3.web.DynamicS3ServerApi.class - [JAR]

├─ uk.gov.gchq.palisade.client.s3.web.LeafResourceContentType.class - [JAR]

├─ uk.gov.gchq.palisade.client.s3.web.RouteSupplier.class - [JAR]

├─ uk.gov.gchq.palisade.client.s3.web.S3BucketApi.class - [JAR]

uk.gov.gchq.palisade.client.s3.config

├─ uk.gov.gchq.palisade.client.s3.config.ApplicationConfiguration.class - [JAR]

├─ uk.gov.gchq.palisade.client.s3.config.JacksonXmlSupport.class - [JAR]

├─ uk.gov.gchq.palisade.client.s3.config.R2dbcConfiguration.class - [JAR]

Advertisement