Metadata-Version: 2.1
Name: wasabis3
Version: 0.1.3
Summary: A suite of maintenance tools for Wasabi S3 buckets 
Home-page: https://github.com/salimdason/wasabis3
Author: Mohammed Salim Dason
Author-email: salimdason@outlook.com
License: GNU General Public License v3
Keywords: wasabis3
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

========
WasabiS3
========


.. image:: https://img.shields.io/pypi/v/wasabis3.svg
        :target: https://pypi.python.org/pypi/wasabis3

.. image:: https://img.shields.io/travis/salimdason/wasabis3.svg
        :target: https://travis-ci.com/salimdason/wasabis3

.. image:: https://readthedocs.org/projects/wasabis3/badge/?version=latest
        :target: https://wasabis3.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/salimdason/wasabis3/shield.svg
     :target: https://pyup.io/repos/github/salimdason/wasabis3/
     :alt: Updates



A suite of maintenance tools for Wasabi S3 buckets


* Free software: GNU General Public License v3
* Documentation: https://wasabis3.readthedocs.io.


Features
--------

1. Delete only non-current objects
2. Delete both current and non-current objects
3. Purge delete markers from bucket
4. Delete bucket (after running above commands to ensure it's empty)



=======
History
=======

0.1.0 (2023-03-03)
------------------

* First release on PyPI.
