Metadata-Version: 2.1
Name: django-s3-file-upload
Version: 0.0.8
Summary: Upload files from the browser to S3 - server side implementation
Home-page: https://www.dabapps.com
Author: DabApps
Author-email: engineering@dabapps.com
License: BSD
Platform: UNKNOWN
Requires-Dist: boto3 ==1.28.57
Requires-Dist: Django >=3.2
Requires-Dist: django-fsm ==2.8.1


Server side implementation for uploading files straight from the browser to S3.

Package provides endpoints for
    - getting an S3 signed url to upload files to
    - marking an upload as complete on the server
    - getting an S3 endpoint to download files from


