1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib
Nathan Sutton 8426fc9abf Removed unicode NFC normalization of S3 object keys.
S3 does not require normalization of S3 object keys and uses strict byte
comparison of object keys, not equivalent unicode character comparisons,
to store and retrieve objects. This means that storing and retrieving objects
with fog would cause the objects to be inaccessible by other libraries,
languages, and systems that don't normalize object keys. Given that there is
no benefit to normalization, except perhaps reducing byte count of object
keys, it ought to be removed.
2014-03-26 23:34:00 -05:00
..
fog Removed unicode NFC normalization of S3 object keys. 2014-03-26 23:34:00 -05:00
tasks Release 1.21.0 2014-03-18 15:31:13 -05:00
fog.rb Merge branch 'master(41072e9f7d)' into pull_sakuracloud2 2014-03-04 11:42:49 +09:00