Metadata-Version: 2.1
Name: dobby-storage
Version: 1.0.1
Summary: A package for handling various storage options.
Author-email: Ting-Yu Wang <g66341x@gmail.com>
Project-URL: Homepage, https://github.com/Ting-Yu/python-storage-package
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
License-File: LICENSE
Requires-Dist: boto3
Requires-Dist: pydrive2

# dobby-storage

https://github.com/Ting-Yu/dobby-storage.git

## S3 Information

- CUSTOM_AWS_ACCESS_KEY_ID
- CUSTOM_AWS_SECRET_ACCESS_KEY
- CUSTOM_AWS_DEFAULT_REGION
- CUSTOM_AWS_BUCKET
-

## FTP Information

- CUSTOM_FTP_SERVER
- CUSTOM_FTP_USER
- CUSTOM_FTP_PASSWORD
-

## Google Drive Information

- CUSTOM_GOOGLE_DRIVE_AUTH_PATH


## Install Module

```bash
pip install dobby-storage
```

## Unit Test
    
```bash
pytest
```
