Django S3 UI

Tags

A simple django app to manage items in S3


The basic idea, is to make it easy to upload an image and receive a URL


/image/<uuid>(.ext)


Then that image can be replaced, keeping a version history in S3.

Or the image can be referenced directly by version

/image/<uuid>?version=#


May want to have a separate URL for sharing that can be enabled/disabled


/public/<uuid> that disables the version checks.


Can also make images public/private.


Add some minor helpers in the UI to copy as <img> tag or markdown tag.