chore(s3): ensure all uploads are to root of bucket #97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, some files are stored in folders and the key is completely returned (
s3://<bucket>/<folder>/<uuid>). The aim is to only retain minimal information in the bucket, and store the uuid in the database.This is pre-work for #88.