Open maxhudson opened 6 years ago
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
= 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
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.This should be documented in the README somewhere.