1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

11 commits

Author SHA1 Message Date
Paul Thornthwaite
2e0b7e545a Standardise empty lines throughout codebase
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
Paul Thornthwaite
8483a599f2 Remove trailing whitespace 2014-02-19 12:30:59 +00:00
Jacob Burkhart & Shai Rosenfeld
625f0910ee AWS IAM userless key management
implement mocks for create_acces_key, list_access_keys,
update_access_keys

support fog.access_keys without specifying user as amazon does:
http://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAccessKeys.html
2013-10-16 15:52:31 -07:00
Edward Muller
5171df8ede rework these to use #tap instead. Cleaner IMNSHO 2012-02-06 17:54:06 -08:00
Edward Muller
d353165a68 Refactor mock data structure 2012-02-06 14:55:26 -08:00
Edward Muller
9a89d5128d fix typo 2012-02-06 14:08:32 -08:00
Edward Muller
c8748aaa0b mock #create_user and #create_access_keys" 2012-02-06 13:55:14 -08:00
geemus
8fdab3e8b4 [aws|iam] fix docs. Closes #175 2011-02-22 11:06:47 -08:00
geemus
c673c28b16 implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
geemus
04893cf1b5 [aws|iam] fleshing out iam requests/tests 2010-11-17 10:29:58 -08:00
geemus
73d85415be [aws|iam] adding access key create/delete 2010-11-16 16:31:38 -08:00