Marcel Molina
|
0bc5391734
|
Normalize the :expires_in option to always be an integer even if the actual object passed in is a proxy to an integer, such as is the case with 2.hours from ActiveSupport which is actually an instance of ActiveSupport::Duration.
|
2008-06-07 00:23:47 -05:00 |
Marcel Molina
|
68cd7562a2
|
Don't prepend leading slash onto bucket name when deleting a bucket with the :force => true option.
|
2008-06-07 00:06:34 -05:00 |
Marcel Molina
|
9322ad0b41
|
Don't ignore :use_ssl => false in url_for when the connection is established over ssl.
|
2008-06-06 23:32:09 -05:00 |
Marcel Molina
|
d0a3ed64ef
|
Appease some proxies by always including a Content-Length with all requests.
|
2008-06-06 23:12:07 -05:00 |
Marcel Molina
|
d6cd815fa3
|
Attributes that are false should not raise NoMethodError in Base#method_missing.
|
2008-06-06 22:52:14 -05:00 |
Marcel Molina
|
2674ae23bc
|
Bug #20487 fixed. If a request fails and is retried, only escape the request path the first time.
|
2008-06-06 22:29:10 -05:00 |
Marcel Molina
|
db13e585c6
|
Replace ad-hoc S3Object.copy method with newly support built in API call.
|
2008-06-06 21:45:38 -05:00 |
Marcel Molina
|
0f3a832c58
|
Avoid using the teardown method in conjunction with flexmock
|
2008-06-06 20:56:25 -05:00 |
Marcel Molina
|
d9af94a021
|
Port hand rolled mock code over to using flexmock
|
2008-06-06 20:42:59 -05:00 |
Marcel Molina
|
638b144068
|
Get rid of old base.rb mock
|
2008-06-06 19:56:34 -05:00 |
Marcel Molina
|
8d48b5967c
|
Rename the base mock to just be a fake_response now that flexmock is handling mocking connections
|
2008-06-06 19:56:13 -05:00 |
Marcel Molina
|
d6471ec40c
|
Do not make connections persistent by default
|
2008-06-06 03:36:58 -05:00 |
Marcel Molina
|
d390edeea9
|
Moving aws-s3 into git
|
2008-06-06 02:55:18 -05:00 |