A.S. Lomoff
de6a0d6638
remove :url param from get_service request for google storage
2014-06-13 12:38:41 +03:00
Paul Thornthwaite
0b529294f0
Standardise indentation of access modifiers
...
Done with `rubocop --auto-correct --only AccessModifierIndentation`
2014-05-26 14:31:17 +01:00
Paul Thornthwaite
2e0b7e545a
Standardise empty lines throughout codebase
...
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
Paul Thornthwaite
8483a599f2
Remove trailing whitespace
2014-02-19 12:30:59 +00:00
Nat Welch
612e33ac17
Merge pull request #2556 from allomov/add-put-object-acl
...
[google|storage] Add put_object_acl request
2014-01-10 21:31:27 -08:00
Alexander Lomov
25d128d329
add put_object_acl request to Google Cloud Storage service
2014-01-09 22:23:31 +03:00
Alexander Lomov
6faea72eb7
remove unnecessary duplication in put_bucket_acl request in Google storage
2014-01-09 22:02:38 +03:00
Alexander Lomov
47f5a04c3e
fix put_bucket_acl request for Google Cloud Storage service
2014-01-09 21:47:32 +03:00
Alexander Lomov
c3534da4a5
fix get_bucket_acl request method in Google Cloud Storage
2014-01-09 15:50:40 +03:00
Carlos Sanchez
9c15240edd
[google] Instances are created without description, and disk size is ignored
...
Handle hash merge! properly
2013-12-05 14:51:12 +01:00
Bob Lail and Luke Booth
47547e42ef
[fix] Corrected the service mocks for testing to respond with a 304 to values of If-Modified-Since that match Last-Modified
...
The HTTP spec suggests that clients supply the value of Last-Modified that they previously received from the server to If-Modified-Since. When comparing If-Modified-Since > Last-Modified, however, the Mock object would fail to return a 304 for such a case.
2013-07-10 13:58:54 -05:00
geemus
78e36ba641
[google|storage] also update mocks to omit storageclass
2012-09-15 13:28:36 -05:00
Jacob Mattingley
f3431cb963
Use https_url instead of deprecated url for put_object_url
2012-03-21 19:47:15 -07:00
Jacob Mattingley
ca397eafbc
Allow custom headers in Storage#put_object_url
2012-03-21 19:41:56 -07:00
geemus
fcd504c30a
[storage] fixes for deprecated implicit block usage to excon requests
2012-03-17 14:28:31 -05:00
geemus
34e6a1105c
[core] separate loggers for deprecations/warnings
...
distinctly styles deprecations for clarity
gives better flexibility for redirecting logs
reduces possibility of missing deprecations because warnings are ignored
2011-10-19 14:49:34 -05:00
geemus
76c0f11670
[core] use logger throughout for warnings
2011-09-02 12:30:10 -05:00
geemus
1a4a0efda0
[storage|google] move google storage to shared google stuff (namespacing should probably be corrected)
2011-08-24 13:55:35 -05:00
geemus
ac480ad928
[storage] consolidate
2011-01-07 15:34:20 -08:00
geemus
ed82ec2b3d
[google] fix get_bucket mock to return common_prefixes
2010-12-17 16:47:53 -08:00
geemus
532bbe31e0
[storage] don't cgi escape slashes in authed urls
2010-12-14 10:49:40 -08:00
geemus
3973d5feeb
[aws&google|storage] parse/return CommonPrefixes
2010-11-19 14:09:06 -08:00
geemus
e8b740c84e
[aws&google|storage] add canned acl related mocks
2010-11-18 14:17:11 -08:00
geemus
b1473b39f5
fixing misc recently introduced spec/test bugs
2010-11-16 15:31:34 -08:00
geemus
59396d59c7
[storage] better header handling in mocks/models
2010-11-10 13:51:40 -08:00
geemus
85c0c2fbf1
[aws&google|storage] cleanup/fixes for bucket acl
2010-10-29 16:38:17 -07:00
Ariel Zavala
42d452f567
removed references to s3; removed unimplemented requests
2010-09-24 13:14:57 -07:00
Ariel Zavala
343adda46b
All mock and real google storage tests green
2010-09-24 13:13:55 -07:00
Ariel Zavala
80a22a3d6b
changed x-amz- to x-goo- in some requests
2010-09-24 13:13:55 -07:00
Ariel Zavala
f810d6b194
removed location & payment functionality and test; All google storate mock tests green; Only directory tests green on real tests
2010-09-24 13:13:54 -07:00
Ariel Zavala
7a8b5fda10
Removed location specific functionality; Green for Mock tests
2010-09-24 13:13:54 -07:00
Ariel Zavala
bdd2ca3094
Used AWS storage to start work on Google storage
2010-09-24 13:13:54 -07:00