aws-s3-io

Additional I/O classes for AWS S3

License

License

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

com.hubject
ArtifactId

ArtifactId

aws-s3-io
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

aws-s3-io
Additional I/O classes for AWS S3
Project URL

Project URL

https://github.com/hubject/aws-s3-io
Source Code Management

Source Code Management

https://github.com/hubject/aws-s3-io

Download aws-s3-io

How to add to project

<!-- https://jarcasting.com/artifacts/com.hubject/aws-s3-io/ -->
<dependency>
    <groupId>com.hubject</groupId>
    <artifactId>aws-s3-io</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubject/aws-s3-io/
implementation 'com.hubject:aws-s3-io:1.0.1'
// https://jarcasting.com/artifacts/com.hubject/aws-s3-io/
implementation ("com.hubject:aws-s3-io:1.0.1")
'com.hubject:aws-s3-io:jar:1.0.1'
<dependency org="com.hubject" name="aws-s3-io" rev="1.0.1">
  <artifact name="aws-s3-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubject', module='aws-s3-io', version='1.0.1')
)
libraryDependencies += "com.hubject" % "aws-s3-io" % "1.0.1"
[com.hubject/aws-s3-io "1.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.2.10
com.amazonaws : aws-java-sdk-s3 jar 1.11.355

test (2)

Group / Artifact Type Version
io.kotlintest : kotlintest-runner-junit5 jar 3.1.7
io.mockk : mockk jar 1.8.5

Project Modules

There are no modules declared in this project.

AWS S3 IO Additions

This library contains additions to the AWS S3 SDK that help with I/O tasks.

Setup

Add the dependency com.hubject:aws-s3-io from Maven central to your project:

<dependecy>
    <groupId>com.hubject</groupId>
    <artifactId>aws-s3-io</groupId>
    <version>${hubject.aws-s3-io.version}</version>
</dependency>

Development

This project uses maven for dependency management and the build process. The typical commands work:

# compile and run unit tests
mvn clean test 

# install into local maven repository
mvn clean install

Usage

The manuals and examples for individual components are on separate pages:

com.hubject

Hubject

Versions

Version
1.0.1
1.0.0
0.9.0