Metadata-Version: 2.4
Name: invenio-s3
Version: 6.0.1
Summary: S3 file storage support for Invenio. 
Project-URL: Repository, https://github.com/inveniosoftware/invenio-s3
Author-email: "Esteban J. G. Gabancho" <egabancho@gmail.com>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: invenio,s3
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.9
Requires-Dist: aiobotocore<3.0.0,>=2.5.4
Requires-Dist: invenio-files-rest<7.0.0,>=6.0.0
Requires-Dist: s3fs>=2025.3.2
Provides-Extra: tests
Requires-Dist: invenio-app<4.0.0,>=3.0.0; extra == 'tests'
Requires-Dist: invenio-base<3.0.0,>=2.0.0; extra == 'tests'
Requires-Dist: invenio-db<3.0.0,>=2.2.0; extra == 'tests'
Requires-Dist: pytest-black>=0.6.0; extra == 'tests'
Requires-Dist: pytest-invenio<5.0.0,>=4.0.0; extra == 'tests'
Requires-Dist: sphinx>=4.2.0; extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2018 Esteban J. G. Gabancho.
    SPDX-License-Identifier: MIT

============
 Invenio-S3
============

.. image:: https://github.com/inveniosoftware/invenio-s3/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-s3/actions

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-s3.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-s3

.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-s3.svg
        :target: https://github.com/inveniosoftware/invenio-s3/releases

.. image:: https://img.shields.io/pypi/dm/invenio-s3.svg
        :target: https://pypi.python.org/pypi/invenio-s3

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-s3.svg
        :target: https://github.com/inveniosoftware/invenio-s3/blob/master/LICENSE

S3 file storage support for Invenio.

The package offers integration with any S3 REST API compatible object storage.

Further documentation is available on
https://invenio-s3.readthedocs.io/
