1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00
fog--fog-aws/lib/fog
James Myers 1e799c5918 Stringify keys for query parameters
* The query hash expects that all keys are strings. If the query hash
  has both string and symbol keys the `signature_v2` method raises an
  exception
* The query hash is often the leftover keys that have not been
  extracted from the initial request.
* The conversion of sym -> string is done elsewhere for other parameters
* Makes the request more robust in general.
2015-03-07 18:29:42 -08:00
..
aws Stringify keys for query parameters 2015-03-07 18:29:42 -08:00
aws.rb get signin token for federation 2015-01-29 12:44:50 -05:00