jar

io.github.robothy : local-s3-datatypes

Maven & Gradle

Jul 31, 2023
32 stars

LocalS3 · An AmazonS3 service implementation.

Table Of Contents

Latest Version

Download io.github.robothy : local-s3-datatypes JAR file - Latest Versions:

All Versions

Download io.github.robothy : local-s3-datatypes JAR file - All Versions:

Version Vulnerabilities Size Updated
1.11
1.10
1.9
1.8
1.7
1.6
1.5
1.4
1.2

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 local-s3-datatypes-1.11.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.robothy.s3.datatypes.serializer

├─ com.robothy.s3.datatypes.serializer.GranteeSerializer.class - [JAR]

com.robothy.s3.datatypes.response

├─ com.robothy.s3.datatypes.response.CreateBucketResult.class - [JAR]

├─ com.robothy.s3.datatypes.response.DeleteMarkerEntry.class - [JAR]

├─ com.robothy.s3.datatypes.response.DeleteResult.class - [JAR]

├─ com.robothy.s3.datatypes.response.GetBucketResult.class - [JAR]

├─ com.robothy.s3.datatypes.response.LocationConstraint.class - [JAR]

├─ com.robothy.s3.datatypes.response.ObjectVersion.class - [JAR]

├─ com.robothy.s3.datatypes.response.S3Error.class - [JAR]

├─ com.robothy.s3.datatypes.response.S3Object.class - [JAR]

├─ com.robothy.s3.datatypes.response.VersionItem.class - [JAR]

com.robothy.s3.datatypes.enums

├─ com.robothy.s3.datatypes.enums.CheckSumAlgorithm.class - [JAR]

├─ com.robothy.s3.datatypes.enums.StorageClass.class - [JAR]

com.robothy.s3.datatypes.converter

├─ com.robothy.s3.datatypes.converter.AmazonInstantConverter.class - [JAR]

com.robothy.s3.datatypes

├─ com.robothy.s3.datatypes.AccessControlPolicy.class - [JAR]

├─ com.robothy.s3.datatypes.Grant.class - [JAR]

├─ com.robothy.s3.datatypes.Grantee.class - [JAR]

├─ com.robothy.s3.datatypes.ObjectIdentifier.class - [JAR]

├─ com.robothy.s3.datatypes.Owner.class - [JAR]

├─ com.robothy.s3.datatypes.Tagging.class - [JAR]

├─ com.robothy.s3.datatypes.VersioningConfiguration.class - [JAR]

com.robothy.s3.datatypes.request

├─ com.robothy.s3.datatypes.request.CreateBucketConfiguration.class - [JAR]

├─ com.robothy.s3.datatypes.request.DeleteObjectsRequest.class - [JAR]

Advertisement