https://github.com/deadlylaid/gaia
AWS log finder
https://github.com/deadlylaid/gaia
aws log s3
Last synced: about 2 months ago
JSON representation
AWS log finder
- Host: GitHub
- URL: https://github.com/deadlylaid/gaia
- Owner: deadlylaid
- License: mit
- Created: 2018-08-20T15:12:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-10T14:00:43.000Z (about 7 years ago)
- Last Synced: 2025-09-22T15:23:01.489Z (10 months ago)
- Topics: aws, log, s3
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gaia-2.0

[](https://travis-ci.org/deadlylaid/gaia)
[](https://github.com/deadlylaid/gaia/blob/develop/LICENSE)
[](https://codecov.io/gh/deadlylaid/gaia)
[](https://gaia-aws-logfinder.readthedocs.io/ko/v2.0/?badge=latest)
Gaia can help you find AWS logs easily
### Install
```
pip install gaia-finder
```
### Contribute
If someone wants to contribute to Gaia, follow this process
```
pip install --upgrade setuptools pip
pip install -e .[test,doc]
```