1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/aws
Nils Landt 8bab98f147 Add support for AWS bucket website redirects
To use, add :redirect_to => REDIRECT_TARGET to options hash for
put_bucket_website, e.g.:
connection.put_bucket_website("www.example.com", nil, :redirect_to =>
"example.com")
2014-10-28 23:37:00 +01:00
..
models Added ELB tags methods, mocks, and tests 2014-10-24 13:05:05 -04:00
parsers/elb
requests Add support for AWS bucket website redirects 2014-10-28 23:37:00 +01:00
credentials_tests.rb Remove trailing whitespace 2014-05-26 14:44:18 +01:00
signaturev4_tests.rb Remove trailing whitespace 2014-05-26 14:44:18 +01:00
signed_params_tests.rb
storage_tests.rb