Update README.md

This commit is contained in:
jkocon
2025-02-12 13:51:29 +01:00
committed by GitHub
parent 4f91a03111
commit 608e94e09e

View File

@@ -72,17 +72,6 @@ python src/aws_uploader.py
- Errors during file uploads (e.g., invalid credentials, missing bucket) are logged both in the console and in the log file. - Errors during file uploads (e.g., invalid credentials, missing bucket) are logged both in the console and in the log file.
- General exceptions are also captured and logged for debugging. - General exceptions are also captured and logged for debugging.
## 🔐 Security Notice
- **Never commit **``** with real AWS credentials to version control.**
- Use `.gitignore` to exclude sensitive files:
```bash
config/config.yaml
logs/
*.log
```
## 🤝 Contributing ## 🤝 Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you'd like to change. Pull requests are welcome. For major changes, please open an issue first to discuss what you'd like to change.