1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/aws
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
..
models [AWS/elasticache] Added mocking for parameter groups 2014-02-12 18:12:50 -08:00
parsers/elb [AWS|ELB] test describe_load_balancers parser directly 2013-08-01 15:00:38 -04:00
requests Merge pull request #2765 from madAndroid/AWS_network_interfaces_model_set_options 2014-03-18 09:34:19 -05:00
credentials_tests.rb use excon rather than net/http 2012-06-22 16:28:32 +01:00
signaturev4_tests.rb [aws] fix race condition in v4 signature tests 2014-02-20 16:15:16 -06:00
signed_params_tests.rb Removed unicode NFC normalization of S3 object keys. 2014-03-26 23:34:00 -05:00
storage_tests.rb fix S3 vs EC2 escaping differences 2013-10-16 08:23:07 -05:00