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-12-31 20:37:10 -06:00
..
abort_multipart_upload.rb skype sucks 2012-12-27 21:36:36 -05:00
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 [docs::aws::storage] added [] to make it pretty 2012-12-30 20:30:36 -06:00
copy_object.rb [docs::aws::storage] reformatted copy_object 2012-12-30 20:54:01 -06:00
cors_utils.rb Support AWS S3 cors configuration for buckets 2012-12-05 18:33:03 +00:00
delete_bucket.rb [docs::aws::storage] reformatted delete requests 2012-12-31 20:37:10 -06:00
delete_bucket_cors.rb [docs::aws::storage] reformatted delete requests 2012-12-31 20:37:10 -06:00
delete_bucket_lifecycle.rb [docs::aws::storage] reformatted delete requests 2012-12-31 20:37:10 -06:00
delete_bucket_policy.rb [docs::aws::storage] reformatted delete requests 2012-12-31 20:37:10 -06:00
delete_bucket_website.rb [docs::aws::storage] reformatted delete requests 2012-12-31 20:37:10 -06:00
delete_multiple_objects.rb [docs::aws::storage] reformatted delete requests 2012-12-31 20:37:10 -06:00
delete_object.rb [docs::aws::storage] reformatted delete requests 2012-12-31 20:37:10 -06: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_cors.rb Support AWS S3 cors configuration for buckets 2012-12-05 18:33:03 +00: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 [storage|aws] move aws storage back with other aws stuff (namespacing should probably be recorrected as well) 2011-08-24 13:50:42 -05:00
get_bucket_logging.rb [storage|aws] move aws storage back with other aws stuff (namespacing should probably be recorrected as well) 2011-08-24 13:50:42 -05:00
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 Fixed #875: Loosen multi_json version. 2012-04-25 10:31:28 -04:00
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 [storage|aws] move aws storage back with other aws stuff (namespacing should probably be recorrected as well) 2011-08-24 13:50:42 -05:00
get_object.rb When using mock mode, Range header is now not ignored in get_object() 2012-08-23 10:04:54 +02: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 Add support for ports in AWS storage URLs 2012-04-24 18:43:53 -07:00
get_object_https_url.rb Add support for ports in AWS storage URLs 2012-04-24 18:43:53 -07:00
get_object_torrent.rb [storage|aws] move aws storage back with other aws stuff (namespacing should probably be recorrected as well) 2011-08-24 13:50:42 -05:00
get_object_url.rb Introduce AWS::COMPLIANT_BUCKET_NAMES constant 2012-12-05 21:12:25 +01:00
get_request_payment.rb [storage|aws] move aws storage back with other aws stuff (namespacing should probably be recorrected as well) 2011-08-24 13:50:42 -05:00
get_service.rb [storage|aws] move aws storage back with other aws stuff (namespacing should probably be recorrected as well) 2011-08-24 13:50:42 -05:00
head_object.rb [aws|storage] make head_object idempotent 2012-02-14 18:58:50 -06:00
initiate_multipart_upload.rb [storage|aws] move aws storage back with other aws stuff (namespacing should probably be recorrected as well) 2011-08-24 13:50:42 -05:00
list_multipart_uploads.rb [storage|aws] move aws storage back with other aws stuff (namespacing should probably be recorrected as well) 2011-08-24 13:50:42 -05:00
list_parts.rb [storage|aws] move aws storage back with other aws stuff (namespacing should probably be recorrected as well) 2011-08-24 13:50:42 -05:00
post_object_hidden_fields.rb Fixed #875: Loosen multi_json version. 2012-04-25 10:31:28 -04:00
put_bucket.rb [storage|aws] move aws storage back with other aws stuff (namespacing should probably be recorrected as well) 2011-08-24 13:50:42 -05:00
put_bucket_acl.rb Added acl_to_hash helper method to Fog::Storage::AWS 2011-11-14 10:45:51 +01:00
put_bucket_cors.rb Support AWS S3 cors configuration for buckets 2012-12-05 18:33:03 +00: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 [storage|aws] move aws storage back with other aws stuff (namespacing should probably be recorrected as well) 2011-08-24 13:50:42 -05:00
put_bucket_policy.rb Fixed #875: Loosen multi_json version. 2012-04-25 10:31:28 -04:00
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 [storage] properly update content-type at save time for file models 2012-03-26 19:14:09 -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 Add support for ports in AWS storage URLs 2012-04-24 18:43:53 -07:00
put_request_payment.rb [storage|aws] move aws storage back with other aws stuff (namespacing should probably be recorrected as well) 2011-08-24 13:50:42 -05:00
sync_clock.rb Fix sync_clock method, only rescue Excon::Errors::HTTPStatusError that are known to have a #response method, let all other exceptions bubble up 2012-03-13 09:43:47 +01:00
upload_part.rb [AWS|Storage] mark upload_part as idempotent so it will be retried automatically 2012-09-09 11:03:34 +01:00