s3policy icon indicating copy to clipboard operation
s3policy copied to clipboard

Fix for readPolicy filenames that need to be encoded.

Open davidworkman9 opened this issue 10 years ago • 2 comments

modified read policy to wrap in filename in quotes(chrome needs this if there are spaces in the filename or else you will get a duplicate headers error) and took out the encodeURIComponent of the filename variable(doesn't need to be encoded for the policy).

davidworkman9 avatar Sep 13 '13 15:09 davidworkman9