Skip to content

Instantly share code, notes, and snippets.

View mzughbor's full-sized avatar

Mahmoud Zuhgbor mzughbor

View GitHub Profile
@RyanBalfanz
RyanBalfanz / upload.py
Last active July 26, 2022 16:07
[Heroku] Direct to S3 File Uploads in Python
"""
Fix for some issues with the original code from Heroku:
https://devcenter.heroku.com/articles/s3-upload-python
This example is also designed for use with Django, not Flask as in the original.
"""
import base64
import hashlib
import hmac