Skip to content

folio-org/folio-s3-client

Repository files navigation

folio-s3-client

Copyright (C) 2021-2022 The Open Library Foundation

This software is distributed under the terms of the Apache License, Version 2.0. See the file "LICENSE" for more information.

Introduction

This is a shared library for FOLIO S3-client.

Overview

FOLIO S3-client supports Minio S3 storage. It can be used when module should operate with data on S3 storage. Any module can use the aws client by including this dependency:

    <dependency>
      <groupId>software.amazon.awssdk</groupId>
      <artifactId>aws-sdk-java</artifactId>
      <version>2.19.2</version>
    </dependency>

Issue tracker

See project FOLS3CL at the FOLIO issue tracker.

Other documentation

Other modules are described, with further FOLIO Developer documentation at dev.folio.org