Metadata-Version: 2.1
Name: django-s3-file-upload
Version: 0.0.7
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
License-File: LICENSE


    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
    

