aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/s3.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove Client created log line that is unnecessary.Matthew Lemon2024-08-031-1/+0
|
* Add S3 utility module and refactor S3 functions into itMatthew Lemon2024-08-031-0/+103
Created a new `s3.py` utility module for handling S3 interactions including file uploads and generating presigned URLs. Refactored views to utilize these new utility functions and moved the PDF collection type function to a new `utils.py` module to improve code organization and readability.