Metadata-Version: 2.1
Name: Allcloud-S3
Version: 0.0.1
Summary: A package to control S3
Home-page: https://github.com/Moshe-Malka/Allcloud-S3
Author: Moshe Malka
Author-email: Moshe.Malka@allcloud.io
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Allcloud-S3
A package to wrap S3 Functionallity. Build for my team @Allcloud.

## Usage:
from S3Operations import S3Operations

s3_ops = S3Operations()
s3_ops.<function>

