1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/aws/requests/s3
Wesley Beary a7a45e88f6 fixes for streaming files
* create chunks if the response wasn't chunked
* mock out the chunk behaviour
* move chunk size into a constant
2009-09-10 10:08:29 -07:00
..
copy_object.rb Fix s3 mocking behaviours: 2009-09-02 20:15:32 -07:00
delete_bucket.rb Fix s3 mocking behaviours: 2009-09-02 20:15:32 -07:00
delete_object.rb keep mocked data on class (new instances will share data) and provide reset_data function 2009-08-17 22:39:44 -07:00
get_bucket.rb raise ArgumentError when lacking keys for get bucket/object 2009-09-08 20:24:21 -07:00
get_bucket_location.rb keep mocked data on class (new instances will share data) and provide reset_data function 2009-08-17 22:39:44 -07:00
get_object.rb fixes for streaming files 2009-09-10 10:08:29 -07:00
get_request_payment.rb keep mocked data on class (new instances will share data) and provide reset_data function 2009-08-17 22:39:44 -07:00
get_service.rb keep mocked data on class (new instances will share data) and provide reset_data function 2009-08-17 22:39:44 -07:00
head_object.rb formatting cleanup 2009-08-16 11:44:50 -07:00
put_bucket.rb put_bucket should be idempotent 2009-09-08 11:54:38 -07:00
put_object.rb Stream data for S3 get/put object 2009-09-09 20:44:28 -07:00
put_request_payment.rb keep mocked data on class (new instances will share data) and provide reset_data function 2009-08-17 22:39:44 -07:00