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

25 commits

Author SHA1 Message Date
geemus
4836ad7c68 remove annotated notes, data now in tracker 2010-05-09 11:40:54 -07:00
geemus
72d1836f26 [s3] fix get_bucket mock to return nil instead of '' 2010-05-06 11:47:02 -07:00
geemus (Wesley Beary)
f5673d34e0 consolidate parser loading 2010-04-13 14:35:30 -07:00
geemus (Wesley Beary)
f77fdc9a7e [s3] files.all now defaults to loading until pages are no longer truncated 2010-03-27 13:23:12 -07:00
geemus (Wesley Beary)
46ea4a4a99 [s3] cleaner mocking/dependencies 2010-03-13 13:37:24 -08:00
Wesley Beary
81634c5cd3 lazy array style collections 2010-01-04 22:03:24 -08:00
Wesley Beary
34a7c0d0f8 be less picky about keys for s3.objects.all(options), and CGI.escape the values passed to the call 2009-12-24 16:10:14 -08:00
Wesley Beary
276a32b7a3 idempotent get requests to s3 2009-12-08 11:22:46 -08:00
Wesley Beary
e9251a9c06 fix mocks to use excon responses 2009-11-20 11:26:11 -08:00
Wesley Beary
fa1481e9f2 replace Fog::Errors with Excon::Errors, add 409 conflicts for non-built rackspace server delete 2009-11-08 12:16:52 -08:00
Wesley Beary
d6e857e52d fix docs to show that Excon::Response is returned 2009-11-02 18:48:49 -08:00
Wesley Beary
3c78b6f166 raise ArgumentError when lacking keys for get bucket/object 2009-09-08 20:24:21 -07:00
Wesley Beary
bb7c79295e support options in s3.get_bucket mocks 2009-08-18 09:32:25 -07:00
Wesley Beary
962169950a keep mocked data on class (new instances will share data) and provide reset_data function 2009-08-17 22:39:44 -07:00
Wesley Beary
dbe4012d29 fix query string for get bucket 2009-08-17 17:38:59 -07:00
Wesley Beary
dae13d496c custom error classes, specs for error expectations and mocks raise errors 2009-08-16 13:31:36 -07:00
Wesley Beary
12a570fa50 change s3 mocks data hash to more workable format 2009-08-16 11:45:52 -07:00
Wesley Beary
1f6df7083f formatting cleanup 2009-08-16 11:44:50 -07:00
Wesley Beary
78e2928cee get all mocked s3 tests passing 2009-08-08 22:40:42 -07:00
Wesley Beary
175e5802f7 finish most of the other s3 mocks 2009-08-08 14:46:13 -07:00
Wesley Beary
5a156e5a0b fleshing out existing mocks and adding basic object mocks 2009-08-08 12:31:32 -07:00
Wesley Beary
b6085bd369 AmazonCase s3 2009-07-29 19:50:51 -07:00
Wesley Beary
4c92ee236e doc work 2009-07-20 19:47:48 -07:00
Wesley Beary
a6ec973792 get expected status code or raise errors 2009-07-14 16:04:39 -07:00
Wesley Beary
dbc9ebfb04 split out requests into their own files 2009-07-13 19:14:59 -07:00