s3_direct_upload
s3_direct_upload copied to clipboard
Adding tags to POST request is not documented
I was able to add tagging to the s3 POST policy by specifying a conditions option to s3_uploader_form, but only after doing this the wrong way first.
= s3_uploader_form(conditions: [["starts-with", "$tagging", ""]]) do
This should be documented in the README somewhere.
https://github.com/waynehoover/s3_direct_upload/pull/267