s3_direct_upload icon indicating copy to clipboard operation
s3_direct_upload copied to clipboard

Adding tags to POST request is not documented

Open maxhudson opened this issue 7 years ago • 1 comments

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.

maxhudson avatar Feb 01 '18 17:02 maxhudson

https://github.com/waynehoover/s3_direct_upload/pull/267

maxhudson avatar Feb 01 '18 20:02 maxhudson