https://github.com/osfunapps/os-s3-handler-py
This module meant to provide intuitive functions to work with AWS's S3
https://github.com/osfunapps/os-s3-handler-py
Last synced: about 1 month ago
JSON representation
This module meant to provide intuitive functions to work with AWS's S3
- Host: GitHub
- URL: https://github.com/osfunapps/os-s3-handler-py
- Owner: osfunapps
- License: mit
- Created: 2021-02-01T12:24:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T14:04:49.000Z (over 5 years ago)
- Last Synced: 2025-10-03T15:47:58.963Z (9 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Introduction
------------
This module meant to provide intuitive functions to work with AWS's S3 for Python.
## Installation
NOTICE:
in order to make it work, you would need to install [aws-cli](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html)
and run *aws configure* to configure your profile.
Install via pip:
pip install os-s3-handler
## Usage
Download file example:
```python
from os_s3_handler import s3_handler
s3_handler.download_file(bucket_name='my_cool_bucket',
rel_path_to_search='path/inside/backet',
file_name='cool_img.png',
dst_dir_path='/Users/home/path/to/dst/img')
```
And more...
[GitHub - osfunappsapps](https://github.com/osfunapps)
## Licence
ISC