- Checks if key already exists : TODO -> take epoch filename as timestamp and generate YYYY/MM/DD key
- TODO : check content-length against supplied file to see if data is incomplete or partial upload
- Generate presigned URL dictionary -> to be passed to client application
- Generate cURL command to test locally
data = bucket_wrapper.generate_presigned_post('1677634244.gz', 3600)
Change the '1677634244.gz' filename after you have uploaded sucessfully, otherwise it will say the file exists.