Metadata-Version: 2.1
Name: oarepo-s3
Version: 1.0.1a1
Summary: S3 file storage support for Invenio. 
Home-page: https://github.com/oarepo/oarepo-s3
Author: Miroslav Bauer @ CESNET
Author-email: bauer@cesnet.cz
License: MIT
Keywords: oarepo s3
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 4 - Beta
Requires-Dist: invenio-s3 (>=1.0.3)
Requires-Dist: oarepo (>=3.3.0)
Provides-Extra: all
Requires-Dist: Sphinx (<3.0.2,>=1.5.1) ; extra == 'all'
Requires-Dist: oarepo[tests] (>=3.3.0) ; extra == 'all'
Requires-Dist: oarepo-records-draft (>=5.0.0a18) ; extra == 'all'
Requires-Dist: moto (>=1.3.7) ; extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (<3.0.2,>=1.5.1) ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: oarepo[tests] (>=3.3.0) ; extra == 'tests'
Requires-Dist: oarepo-records-draft (>=5.0.0a18) ; extra == 'tests'
Requires-Dist: moto (>=1.3.7) ; extra == 'tests'

..
    Copyright (C) 2018 Esteban J. G. Gabancho.
    oarepo-s3 is free software; you can redistribute it and/or modify it
    under the terms of the MIT License; see LICENSE file for more details.

============
 oarepo-s3
============

.. image:: https://img.shields.io/travis/oarepo/oarepo-s3.svg
        :target: https://travis-ci.org/oarepo/oarepo-s3

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

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

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

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

S3 file storage support for OARepo.

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

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


..
    Copyright (C) 2018, 2019, 2020 Esteban J. G. Gabancho.
    oarepo-s3 is free software; you can redistribute it and/or modify it
    under the terms of the MIT License; see LICENSE file for more details.

Changes
=======

Version 1.0.3 (released 2020-04-25)

- Allow for dynamic part size for multipart uploads.
- Adds new configuration variables to define default part size and maximum
  number of parts.

Version 1.0.2 (released 2020-02-17)

- Fixes typos on configuration variables and cached properties.
- Adds AWS region name and signature version to configuration.

Version 1.0.1 (released 2019-01-23)

- New configuration variable for URL expiration.
- Enhances file serving.
- Unpins Boto3 library.
- Fixes test suit configuration.

Version 1.0.0 (released 2018-09-19)

- Initial public release.


