flexera-public / right_aws

RightScale Amazon Web Services Ruby Gems
MIT License
451 stars 175 forks source link

max-keys must be awkwardly specified as a string #98

Open kagminjeong opened 12 years ago

kagminjeong commented 12 years ago

Generally right_aws accepts symbols for keys. One exception is max-keys when listing buckets - :max_keys is silently ignored, 'max-keys' or apparently :'max-keys' are the only acceptable alternatives. It would be nice if :max_keys worked.