1. As you mention, make sure they can't overwrite files
2. Have a content type whitelist on the requestUploadURL function
3. Maybe authentication to keep track of who is submitting these requests?
Assuming that you're okay allowing someone to upload files with a given content-type to your bucket is there anything I'm missing?
1. As you mention, make sure they can't overwrite files
2. Have a content type whitelist on the requestUploadURL function
3. Maybe authentication to keep track of who is submitting these requests?
Assuming that you're okay allowing someone to upload files with a given content-type to your bucket is there anything I'm missing?