Metadata-Version: 2.1
Name: aws-s3-controller
Version: 0.1.0
Summary: A collection of utility functions that enable treating a file system of multiple files as a pseudo-database, facilitating maintenance and operations across the large-scale file system. My shining pebbles.
Home-page: https://github.com/nailen1/aws_s3_controller.git
Author: June Young Park
Author-email: juneyoungpaak@gmail.com
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
Requires-Dist: boto3
Requires-Dist: shining-pebbles

# Shining Pebbles

## Description

- A collection of natural language-like utility functions to intuitively and easily control AWS's cloud object storage resource, S3.
- Manage, interact with, and handle S3 just like your local storage.

*AWS: Amazon Web Services
*S3: Simple Storage Service in AWS

## Installation

```bash
pip install aws_s3_controller
```

If the package does not install correctly, try running:

```bash
pip install shining_pebbles
pip install aws_s3_controller
```

## Use Cases

- RPA projects @ LIFE Asset Management
- DownloadAutomation @ Life Asset Management
- DatabaseConnector @ LIFE Asset Management

## Contact

- **June Young Park**, RPA Dev Team Lead at Life Asset Management
- Email: [juneyoungpaak@gmail.com](mailto:juneyoungpaak@gmail.com)
- **Life Asset Management**, A hedge fund and private equity management firm headquartered in the International Finance Center, Yeouido, South Korea, dedicated to enhancing corporate value and shareholder value.

```

```
