Whenever I upload a file which is over 1 meg the key that is returned has a + in it. if it is under 1 meg I get a _.
Examples
a 10 meg file
https://www.filepicker.io/api/file/3kzvwMXeTWC0_ypsVOzt
The key
2b-Oot2XQoKsXbaYHY9R+CO-OPSTrifold.pdf
a file under 1 meg
https://www.filepicker.io/api/file/PsgW1m0LRyeuJcgwfPHR
The Key
XMhyGYyGQNaIy9jvnRuQ_mb10.pdf
This causes issues when I access this from my cloud front which is tied to me S3 bucket as the + is treated as a space.
Thanks
Chris