Metadata-Version: 2.1
Name: downloads3key
Version: 2.7.1
Summary: Utility to download all s3 versions of s3 key.
Home-page: UNKNOWN
Author: Chandan Mahajan
Author-email: mahajan.chandan18@gmail.com
License: MIT
Keywords: aws s3,download s3 key versions
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: boto3 (==1.9.115)
Requires-Dist: click (==7.1.2)


##	Description

Utility to download all version of s3 file. 

##	Usage  
```shell
pip install downloads3key
downloads3key -b "{{s3  bucket  name}}" -k "{{s3  key}}"
```

Parameters:
```
-b : S3 bucket name.
-k : S3 key.
```

##  Sample
```shell
downloads3key -b dev-static.dlgamer.com -k assets/117/69/packshots/super_street_fighter_4_arcade.gif
```

