Metadata-Version: 2.1
Name: django-s3-file-upload
Version: 0.1.0
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.39
Requires-Dist: Django>=4.2
Requires-Dist: django-fsm-2>=4.0.0


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


