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/storage
2012-03-12 17:47:21 +01:00
..
abort_multipart_upload.rb
acl_utils.rb Added acl_to_hash helper method to Fog::Storage::AWS 2011-11-14 10:45:51 +01:00
complete_multipart_upload.rb
copy_object.rb [AWS|storage] fix for versioned copy_object 2012-02-08 12:19:36 -06:00
delete_bucket.rb
delete_bucket_lifecycle.rb [aws|storage] Add bucket lifecycle / object expiration requests. 2012-01-19 19:25:39 +00:00
delete_bucket_policy.rb
delete_bucket_website.rb
delete_object.rb [aws|storage|test] Make sure tests pass with both mocking enabled and disabled. 2012-02-06 09:53:27 -05:00
get_bucket.rb [aws|storage|test] Fixed a regression with mocked get_bucket requests, due to a change in the mock data ordering. 2012-02-08 12:39:14 -05:00
get_bucket_acl.rb Ensuring that get_object_acl and get_bucket_acl mock methods returns a hash representation of the ACL 2011-11-14 10:45:51 +01:00
get_bucket_lifecycle.rb [aws|storage] Add bucket lifecycle / object expiration requests. 2012-01-19 19:25:39 +00:00
get_bucket_location.rb
get_bucket_logging.rb
get_bucket_object_versions.rb [aws|storage|test] Fixed handling of options in mocked get_bucket_object_versions. 2012-02-08 13:24:25 -05:00
get_bucket_policy.rb
get_bucket_versioning.rb [aws|storage|test] Make sure tests pass with both mocking enabled and disabled. 2012-02-06 09:53:27 -05:00
get_bucket_website.rb
get_object.rb [aws|storage|test] Make sure tests pass with both mocking enabled and disabled. 2012-02-06 09:53:27 -05:00
get_object_acl.rb Ensuring that get_object_acl and get_bucket_acl mock methods returns a hash representation of the ACL 2011-11-14 10:45:51 +01:00
get_object_http_url.rb fix AWS get_object_http(s)_url methods to properly use subdomain vs path urls as appropriate 2012-02-18 10:26:13 -06:00
get_object_https_url.rb [aws|storage] direct https urls to subdomains even with dots 2012-02-27 17:39:26 -06:00
get_object_torrent.rb
get_object_url.rb
get_request_payment.rb
get_service.rb
head_object.rb [aws|storage] make head_object idempotent 2012-02-14 18:58:50 -06:00
initiate_multipart_upload.rb
list_multipart_uploads.rb
list_parts.rb
post_object_hidden_fields.rb
put_bucket.rb
put_bucket_acl.rb Added acl_to_hash helper method to Fog::Storage::AWS 2011-11-14 10:45:51 +01:00
put_bucket_lifecycle.rb [aws|storage] Add bucket lifecycle / object expiration requests. 2012-01-19 19:25:39 +00:00
put_bucket_logging.rb
put_bucket_policy.rb
put_bucket_versioning.rb [aws|storage|test] Make sure tests pass with both mocking enabled and disabled. 2012-02-06 09:53:27 -05:00
put_bucket_website.rb [aws|storage|test] Make sure tests pass with both mocking enabled and disabled. 2012-02-06 09:53:27 -05:00
put_object.rb [aws|storage|test] Replaced random ETag implementation with MD5, per S3 docs. 2012-02-28 14:25:02 -05:00
put_object_acl.rb Added acl_to_hash helper method to Fog::Storage::AWS 2011-11-14 10:45:51 +01:00
put_object_url.rb
put_request_payment.rb
sync_clock.rb Check if exception has a #response method before calling it, otherwise call #message 2012-03-12 17:47:21 +01:00
upload_part.rb