waynehoover / s3_direct_upload

Direct Upload to Amazon S3 With CORS
MIT License
652 stars 333 forks source link

Adding tags to POST request is not documented #266

Open maxhudson opened 6 years ago

maxhudson commented 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(conditions: [["starts-with", "$tagging", ""]]) do

This should be documented in the README somewhere.

maxhudson commented 6 years ago

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