Metadata-Version: 2.1
Name: invenio-s3
Version: 1.0.4
Summary: S3 file storage support for Invenio. 
Home-page: https://github.com/inveniosoftware/invenio-s3
Author: Esteban J. G. Gabancho
Author-email: egabancho@gmail.com
License: MIT
Description: ..
            Copyright (C) 2018 Esteban J. G. Gabancho.
            Invenio-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.
        
        ============
         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/
        
        
        ..
            Copyright (C) 2018, 2019, 2020 Esteban J. G. Gabancho.
            Invenio-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.4 (released 2021-07-30)
        
        - Fix number of parts calculations.
        - Removed Python 2.7 support.
        
        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.
        
Keywords: invenio 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
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: all
