1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

34 commits

Author SHA1 Message Date
geemus
50cbeea302 [storage] provide http/https options for signed urls
closes #157
2011-06-27 14:50:32 -07:00
geemus
5dbd9d5e85 remove provider attribute from shared services 2011-06-16 16:39:58 -07:00
geemus
e1512c9ac8 [storage] refactor provider/service namespacing 2011-06-15 14:27:11 -07:00
geemus
72b66750c4 [storage|aws] fix whitespace errors 2011-06-08 17:52:03 -07:00
geemus
73b30b1261 [storage|aws] fix url to check for query 2011-06-08 10:37:52 -07:00
geemus
99eb02443a [storage|aws] make url a bit more robust 2011-06-07 15:28:57 -07:00
geemus
ecf0cc0390 [aws] use AWS.escape instead of CGI.escape 2011-06-07 15:28:38 -07:00
geemus
8fb8642d83 [storage|aws] more robust query handling for signed url.
closes #345
2011-06-07 15:25:12 -07:00
geemus
52fd80dcc7 Merge remote branch 'mlinderm/aws-bucket-policies' 2011-05-27 11:56:16 -07:00
geemus
9ea5432fde [mock] cleanup and reset related fixes 2011-05-19 15:35:33 -07:00
anomalousthought
bdc84813f9 Add reset method to other providers in addition to Compute providers. 2011-05-19 10:05:33 -04:00
geemus
cae1fd80d6 don't reset data on Mock#initialize 2011-03-21 10:54:07 -07:00
geemus
e8842bea8a [storage] consolidate parse_data 2011-03-10 13:04:42 -08:00
geemus
40cd1ff5e4 fixes for reset_data
instance method now, instead of class method
resets data related to current connection/credentials
2011-03-10 11:16:55 -08:00
geemus
045b371f62 [aws|storage] one more region option set I missed 2011-03-03 17:06:58 -08:00
geemus
1397c2d613 [aws] adding ap-northeast-1 (tokyo) region options 2011-03-02 10:57:52 -08:00
Michael Linderman
f24b523f9c [aws|storage] Add delete bucket policy 2011-02-23 13:57:51 -08:00
Michael Linderman
051e8c0c5e [aws|storage] Add get/put bucket policy support 2011-02-22 14:48:55 -08:00
geemus
34f8c03cec [aws|storage] add website configuration methods 2011-02-18 12:06:51 -08:00
geemus
bb877cb9a7 defer requiring nokogiri 2011-02-16 17:25:50 -08:00
geemus
70af200dda removing more deprecated stuff 2011-02-16 16:41:39 -08:00
geemus
fadb437255 remove deprecated service initializers 2011-02-16 15:07:42 -08:00
geemus
4c8979e9ab fix logic error which prevented turning off persistent connections 2011-02-15 11:15:33 -08:00
geemus
4cef2a6a97 remove unused line, thanks vivienschilis 2011-02-14 10:19:36 -08:00
Viven
57b25e5645 Temporary redirect should not execute the block 2011-02-12 07:49:03 +08:00
geemus
5d8fec1501 [aws&google|storage] make signature public method
supports some edge case caching stuff
closes #155
2011-02-08 10:06:44 -08:00
gavin
11e85b60db Addition of a sort to the keys will put the partNumber field in the expected place. This calculates the same signature as amazon. ISSUE161 2011-02-09 01:59:15 +08:00
geemus
d055ac1ec9 [fog|time] add date header formatting that is non-localized 2011-01-28 15:33:35 -08:00
geemus
08631c85c4 [aws&google|storage] move path escaping to signed url method 2011-01-26 14:38:00 -08:00
croaker
4b1e581652 Escape the path for signatures 2011-01-27 06:27:46 +08:00
geemus
e53fffeb28 [aws&google|storage] mock fixes 2011-01-21 20:45:37 -08:00
geemus
bc25028c2f deprecate old initializers 2011-01-07 18:15:16 -08:00
geemus
0d45273144 consolidate deprecated service init 2011-01-07 17:11:05 -08:00
geemus
ac480ad928 [storage] consolidate 2011-01-07 15:34:20 -08:00
Renamed from lib/fog/aws/storage.rb (Browse further)