polipus 0.3.7 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. checksums.yaml +8 -8
  2. data/.rspec +1 -1
  3. data/.rubocop.yml +3 -3
  4. data/.rubocop_todo.yml +1 -1
  5. data/.travis.yml +14 -4
  6. data/AUTHORS.md +1 -0
  7. data/CHANGELOG.md +9 -1
  8. data/Gemfile +9 -0
  9. data/README.md +2 -3
  10. data/Rakefile +1 -3
  11. data/examples/basic.rb +8 -1
  12. data/lib/polipus.rb +25 -13
  13. data/lib/polipus/queue_overflow.rb +1 -0
  14. data/lib/polipus/queue_overflow/manager.rb +1 -0
  15. data/lib/polipus/queue_overflow/mongo_queue.rb +1 -1
  16. data/lib/polipus/queue_overflow/worker.rb +24 -0
  17. data/lib/polipus/storage.rb +10 -16
  18. data/lib/polipus/storage/mongo_store.rb +6 -1
  19. data/lib/polipus/storage/rethink_store.rb +90 -0
  20. data/lib/polipus/version.rb +1 -1
  21. data/polipus.gemspec +16 -18
  22. data/spec/{http_spec.rb → polipus/http_spec.rb} +26 -37
  23. data/spec/{page_spec.rb → polipus/page_spec.rb} +7 -11
  24. data/spec/{queue_overflow_manager_spec.rb → polipus/queue_overflow/manager_spec.rb} +22 -29
  25. data/spec/{queue_overflow_spec.rb → polipus/queue_overflow_spec.rb} +14 -20
  26. data/spec/{robotex_spec.rb → polipus/robotex_spec.rb} +10 -11
  27. data/spec/{signal_handler_spec.rb → polipus/signal_handler_spec.rb} +2 -6
  28. data/spec/{storage_memory_spec.rb → polipus/storage/memory_store_spec.rb} +18 -21
  29. data/spec/{storage_mongo_spec.rb → polipus/storage/mongo_store_spec.rb} +23 -25
  30. data/spec/polipus/storage/rethink_store_spec.rb +117 -0
  31. data/spec/{url_tracker_spec.rb → polipus/url_tracker_spec.rb} +4 -4
  32. data/spec/polipus_spec.rb +13 -15
  33. data/spec/spec_helper.rb +13 -12
  34. metadata +76 -154
  35. data/lib/polipus/storage/s3_store.rb +0 -96
  36. data/spec/cassettes/08b228db424a926e1ed6ab63b38d847e.yml +0 -166
  37. data/spec/cassettes/20aa41f181b49f00078c3ca30bad5afe.yml +0 -166
  38. data/spec/cassettes/4640919145753505af2d0f8423de37f3.yml +0 -270
  39. data/spec/cassettes/66aae15a03f4aab8efd15e40d2d7882a.yml +0 -194
  40. data/spec/cassettes/76b7c197c95a5bf9b1e882c567192d72.yml +0 -183
  41. data/spec/cassettes/9b1d523b7f5db7214f8a8bd9272cccba.yml +0 -221
  42. data/spec/cassettes/ab333f89535a2efb284913fede6aa7c7.yml +0 -221
  43. data/spec/cassettes/ae5d7cffde3f53122cdf79f3d1367e8e.yml +0 -221
  44. data/spec/cassettes/ffe3d588b6df4b9de35e5a7ccaf5a81b.yml +0 -695
  45. data/spec/storage_s3_spec.rb +0 -115
@@ -1,194 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- response:
10
- status:
11
- code: 200
12
- message: OK
13
- body:
14
- encoding: US-ASCII
15
- string: ! '<?xml version="1.0" encoding="UTF-8"?>
16
-
17
- <ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>com.polipus.pages._test_pages</Name><Prefix></Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult>'
18
- http_version:
19
- recorded_at: Thu, 18 Jul 2013 11:04:34 GMT
20
- - request:
21
- method: head
22
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages/34efd0ecfdafa1edc377946f5768229b
23
- body:
24
- encoding: US-ASCII
25
- string: ''
26
- response:
27
- status:
28
- code: 404
29
- message: Not Found
30
- body:
31
- encoding: US-ASCII
32
- string: ''
33
- http_version:
34
- recorded_at: Thu, 18 Jul 2013 11:04:34 GMT
35
- - request:
36
- method: put
37
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages/34efd0ecfdafa1edc377946f5768229b
38
- body:
39
- encoding: ASCII-8BIT
40
- string: !binary |-
41
- eJxVjdFugzAMRf/Fz6yklMGaVXtbpX1DmVCIHYEKBAVHqEL993mgPcwvvuf6
42
- 2l4hhh40tMyTTtNlWQ5mxiB1sH6ABFoySGGWSBWVUnnVrJsovqrNOR6tH5lG
43
- fuHHRPtI7+3zevsXVWrH9x2ucr3x+JDTl5aH/uOSbk3svhvv8vL2nYD1SKAz
44
- pRJAmrgFLSqQo0BBNuEXsAtkuWb/Z8yTH2equRtkd4x9n4Ajti0haA6REogz
45
- hRoNG9DrUzB2MoJTTg4VWYfGmSOhPZXlOS/ca1m8Zdm5gecPnqlfCg==
46
- response:
47
- status:
48
- code: 200
49
- message: OK
50
- body:
51
- encoding: US-ASCII
52
- string: ''
53
- http_version:
54
- recorded_at: Thu, 18 Jul 2013 11:04:35 GMT
55
- - request:
56
- method: head
57
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages/34efd0ecfdafa1edc377946f5768229b
58
- body:
59
- encoding: US-ASCII
60
- string: ''
61
- response:
62
- status:
63
- code: 200
64
- message: OK
65
- body:
66
- encoding: US-ASCII
67
- string: ''
68
- http_version:
69
- recorded_at: Thu, 18 Jul 2013 11:04:35 GMT
70
- - request:
71
- method: head
72
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages/34efd0ecfdafa1edc377946f5768229b
73
- body:
74
- encoding: US-ASCII
75
- string: ''
76
- response:
77
- status:
78
- code: 200
79
- message: OK
80
- body:
81
- encoding: US-ASCII
82
- string: ''
83
- http_version:
84
- recorded_at: Thu, 18 Jul 2013 11:04:35 GMT
85
- - request:
86
- method: head
87
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages/11a7447d2be96e2be6718cad71a8b4e2
88
- body:
89
- encoding: US-ASCII
90
- string: ''
91
- response:
92
- status:
93
- code: 404
94
- message: Not Found
95
- body:
96
- encoding: US-ASCII
97
- string: ''
98
- http_version:
99
- recorded_at: Thu, 18 Jul 2013 11:04:36 GMT
100
- - request:
101
- method: head
102
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages/11a7447d2be96e2be6718cad71a8b4e2
103
- body:
104
- encoding: US-ASCII
105
- string: ''
106
- response:
107
- status:
108
- code: 404
109
- message: Not Found
110
- body:
111
- encoding: US-ASCII
112
- string: ''
113
- http_version:
114
- recorded_at: Thu, 18 Jul 2013 11:04:36 GMT
115
- - request:
116
- method: get
117
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages
118
- body:
119
- encoding: US-ASCII
120
- string: ''
121
- response:
122
- status:
123
- code: 200
124
- message: OK
125
- body:
126
- encoding: US-ASCII
127
- string: ! '<?xml version="1.0" encoding="UTF-8"?>
128
-
129
- <ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>com.polipus.pages._test_pages</Name><Prefix></Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated><Contents><Key>34efd0ecfdafa1edc377946f5768229b</Key><LastModified>2013-07-18T11:04:19.000Z</LastModified><ETag>&quot;05e9774cc3d5d587a5dbba7753e5194c&quot;</ETag><Size>220</Size><Owner><ID>7bf30d3e58e134be9c452415fa897f5e4286cf42b8e7fe5f332a0aa54388af1d</ID><DisplayName>ops</DisplayName></Owner><StorageClass>STANDARD</StorageClass></Contents></ListBucketResult>'
130
- http_version:
131
- recorded_at: Thu, 18 Jul 2013 11:04:36 GMT
132
- - request:
133
- method: delete
134
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages/34efd0ecfdafa1edc377946f5768229b
135
- body:
136
- encoding: US-ASCII
137
- string: ''
138
- response:
139
- status:
140
- code: 204
141
- message: No Content
142
- body:
143
- encoding: US-ASCII
144
- string: ''
145
- http_version:
146
- recorded_at: Thu, 18 Jul 2013 11:04:36 GMT
147
- - request:
148
- method: delete
149
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages
150
- body:
151
- encoding: US-ASCII
152
- string: ''
153
- response:
154
- status:
155
- code: 204
156
- message: No Content
157
- body:
158
- encoding: US-ASCII
159
- string: ''
160
- http_version:
161
- recorded_at: Thu, 18 Jul 2013 11:04:37 GMT
162
- - request:
163
- method: put
164
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages
165
- body:
166
- encoding: US-ASCII
167
- string: ''
168
- response:
169
- status:
170
- code: 200
171
- message: OK
172
- body:
173
- encoding: US-ASCII
174
- string: ''
175
- http_version:
176
- recorded_at: Thu, 18 Jul 2013 11:04:37 GMT
177
- - request:
178
- method: get
179
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages
180
- body:
181
- encoding: US-ASCII
182
- string: ''
183
- response:
184
- status:
185
- code: 200
186
- message: OK
187
- body:
188
- encoding: US-ASCII
189
- string: ! '<?xml version="1.0" encoding="UTF-8"?>
190
-
191
- <ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>com.polipus.pages._test_pages</Name><Prefix></Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult>'
192
- http_version:
193
- recorded_at: Thu, 18 Jul 2013 11:04:37 GMT
194
- recorded_with: VCR 2.5.0
@@ -1,183 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- response:
10
- status:
11
- code: 200
12
- message: OK
13
- body:
14
- encoding: US-ASCII
15
- string: ! '<?xml version="1.0" encoding="UTF-8"?>
16
-
17
- <ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>com.polipus.pages._test_pages</Name><Prefix></Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult>'
18
- http_version:
19
- recorded_at: Thu, 18 Jul 2013 11:04:27 GMT
20
- - request:
21
- method: put
22
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages/ed646a3334ca891fd3467db131372140
23
- body:
24
- encoding: ASCII-8BIT
25
- string: !binary |-
26
- eJxVTUtugzAQvcus3WDXiLRu1F0i5QyhQsYeAqqxkRkLRSh3rwvqoqs37zsr
27
- pOhAQU80qaJYluVwD+Hu8GDCCAx61BbjnBN14pyXdbtuR3WtN0UIEzyhpxd6
28
- TLhbaofz5fYvyvlOP3ZyyettsI88feppdJ+nYoMsu8F/55e3LwYmWAQluWBg
29
- caIeFGcQscOIMTfhl9ghoqGGwp8wT8HP2NAw5q5PzjHokEyPFhTFhAzSjLGx
30
- mjSo9ZlpGrIFaKuy0lLK0ui3d9FZWVZH2wop5PFVlByeP+6GXVA=
31
- response:
32
- status:
33
- code: 200
34
- message: OK
35
- body:
36
- encoding: US-ASCII
37
- string: ''
38
- http_version:
39
- recorded_at: Thu, 18 Jul 2013 11:04:27 GMT
40
- - request:
41
- method: head
42
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages/ed646a3334ca891fd3467db131372140
43
- body:
44
- encoding: US-ASCII
45
- string: ''
46
- response:
47
- status:
48
- code: 200
49
- message: OK
50
- body:
51
- encoding: US-ASCII
52
- string: ''
53
- http_version:
54
- recorded_at: Thu, 18 Jul 2013 11:04:27 GMT
55
- - request:
56
- method: delete
57
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages/ed646a3334ca891fd3467db131372140
58
- body:
59
- encoding: US-ASCII
60
- string: ''
61
- response:
62
- status:
63
- code: 204
64
- message: No Content
65
- body:
66
- encoding: US-ASCII
67
- string: ''
68
- http_version:
69
- recorded_at: Thu, 18 Jul 2013 11:04:28 GMT
70
- - request:
71
- method: head
72
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages/ed646a3334ca891fd3467db131372140
73
- body:
74
- encoding: US-ASCII
75
- string: ''
76
- response:
77
- status:
78
- code: 404
79
- message: Not Found
80
- body:
81
- encoding: US-ASCII
82
- string: ''
83
- http_version:
84
- recorded_at: Thu, 18 Jul 2013 11:04:28 GMT
85
- - request:
86
- method: get
87
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages
88
- body:
89
- encoding: US-ASCII
90
- string: ''
91
- response:
92
- status:
93
- code: 200
94
- message: OK
95
- body:
96
- encoding: US-ASCII
97
- string: ! '<?xml version="1.0" encoding="UTF-8"?>
98
-
99
- <ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>com.polipus.pages._test_pages</Name><Prefix></Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult>'
100
- http_version:
101
- recorded_at: Thu, 18 Jul 2013 11:04:28 GMT
102
- - request:
103
- method: get
104
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages
105
- body:
106
- encoding: US-ASCII
107
- string: ''
108
- response:
109
- status:
110
- code: 200
111
- message: OK
112
- body:
113
- encoding: US-ASCII
114
- string: ! '<?xml version="1.0" encoding="UTF-8"?>
115
-
116
- <ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>com.polipus.pages._test_pages</Name><Prefix></Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult>'
117
- http_version:
118
- recorded_at: Thu, 18 Jul 2013 11:04:29 GMT
119
- - request:
120
- method: get
121
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages
122
- body:
123
- encoding: US-ASCII
124
- string: ''
125
- response:
126
- status:
127
- code: 200
128
- message: OK
129
- body:
130
- encoding: US-ASCII
131
- string: ! '<?xml version="1.0" encoding="UTF-8"?>
132
-
133
- <ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>com.polipus.pages._test_pages</Name><Prefix></Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult>'
134
- http_version:
135
- recorded_at: Thu, 18 Jul 2013 11:04:29 GMT
136
- - request:
137
- method: delete
138
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages
139
- body:
140
- encoding: US-ASCII
141
- string: ''
142
- response:
143
- status:
144
- code: 204
145
- message: No Content
146
- body:
147
- encoding: US-ASCII
148
- string: ''
149
- http_version:
150
- recorded_at: Thu, 18 Jul 2013 11:04:29 GMT
151
- - request:
152
- method: put
153
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages
154
- body:
155
- encoding: US-ASCII
156
- string: ''
157
- response:
158
- status:
159
- code: 200
160
- message: OK
161
- body:
162
- encoding: US-ASCII
163
- string: ''
164
- http_version:
165
- recorded_at: Thu, 18 Jul 2013 11:04:29 GMT
166
- - request:
167
- method: get
168
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages
169
- body:
170
- encoding: US-ASCII
171
- string: ''
172
- response:
173
- status:
174
- code: 200
175
- message: OK
176
- body:
177
- encoding: US-ASCII
178
- string: ! '<?xml version="1.0" encoding="UTF-8"?>
179
-
180
- <ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>com.polipus.pages._test_pages</Name><Prefix></Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult>'
181
- http_version:
182
- recorded_at: Thu, 18 Jul 2013 11:04:30 GMT
183
- recorded_with: VCR 2.5.0
@@ -1,221 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- response:
10
- status:
11
- code: 200
12
- message: OK
13
- body:
14
- encoding: US-ASCII
15
- string: ! '<?xml version="1.0" encoding="UTF-8"?>
16
-
17
- <ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>com.polipus.pages._test_pages</Name><Prefix></Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult>'
18
- http_version:
19
- recorded_at: Thu, 18 Jul 2013 11:04:30 GMT
20
- - request:
21
- method: put
22
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages/f8f1a3ad4c2a2d28ef58e49b31c1a7cb
23
- body:
24
- encoding: ASCII-8BIT
25
- string: !binary |-
26
- eJxVT81ugzAMfpXKZ1oCZRvNqp62SrtvpzKhkBiBBgkKjlCF+u4zoB12sr9f
27
- yzME34GEhmiQcTxN0yGM6A/a9RBBg8qgH1kvghAiK6p5XZ4/ipVJEu0soaU9
28
- 3QfcJLmN9+vtn1WIDb5u4MrtlTN3rj431HeXc7wOprvW/vDJ23cE2hkEmQoR
29
- gcGBGpC8eazRo+ckLMC0HjWV5P6IcXB2xJLanrM2dF0ENZJu0IAkHzCC5cPS
30
- KFIgZ7Bq8cEnjrT7YmH3tggPdoWWE1DndaKOymQ6ValJc6yfcsxO1THRiXrR
31
- FTx+Af2aZT4=
32
- response:
33
- status:
34
- code: 200
35
- message: OK
36
- body:
37
- encoding: US-ASCII
38
- string: ''
39
- http_version:
40
- recorded_at: Thu, 18 Jul 2013 11:04:30 GMT
41
- - request:
42
- method: head
43
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages/f8f1a3ad4c2a2d28ef58e49b31c1a7cb
44
- body:
45
- encoding: US-ASCII
46
- string: ''
47
- response:
48
- status:
49
- code: 200
50
- message: OK
51
- body:
52
- encoding: US-ASCII
53
- string: ''
54
- http_version:
55
- recorded_at: Thu, 18 Jul 2013 11:04:31 GMT
56
- - request:
57
- method: head
58
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages/f8f1a3ad4c2a2d28ef58e49b31c1a7cb
59
- body:
60
- encoding: US-ASCII
61
- string: ''
62
- response:
63
- status:
64
- code: 200
65
- message: OK
66
- body:
67
- encoding: US-ASCII
68
- string: ''
69
- http_version:
70
- recorded_at: Thu, 18 Jul 2013 11:04:31 GMT
71
- - request:
72
- method: get
73
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages?marker=f8f1a3ad4c2a2d28ef58e49b31c1a7ca&max-keys=1
74
- body:
75
- encoding: US-ASCII
76
- string: ''
77
- response:
78
- status:
79
- code: 200
80
- message: OK
81
- body:
82
- encoding: US-ASCII
83
- string: ! '<?xml version="1.0" encoding="UTF-8"?>
84
-
85
- <ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>com.polipus.pages._test_pages</Name><Prefix></Prefix><Marker>f8f1a3ad4c2a2d28ef58e49b31c1a7ca</Marker><MaxKeys>1</MaxKeys><IsTruncated>false</IsTruncated><Contents><Key>f8f1a3ad4c2a2d28ef58e49b31c1a7cb</Key><LastModified>2013-07-18T11:04:15.000Z</LastModified><ETag>&quot;0601b96a434b5162e3c561d3d95e5b17&quot;</ETag><Size>233</Size><Owner><ID>7bf30d3e58e134be9c452415fa897f5e4286cf42b8e7fe5f332a0aa54388af1d</ID><DisplayName>ops</DisplayName></Owner><StorageClass>STANDARD</StorageClass></Contents></ListBucketResult>'
86
- http_version:
87
- recorded_at: Thu, 18 Jul 2013 11:04:31 GMT
88
- - request:
89
- method: get
90
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages/f8f1a3ad4c2a2d28ef58e49b31c1a7cb
91
- body:
92
- encoding: US-ASCII
93
- string: ''
94
- response:
95
- status:
96
- code: 200
97
- message: !binary |-
98
- T0s=
99
- body:
100
- encoding: ASCII-8BIT
101
- string: !binary |-
102
- eJxVT81ugzAMfpXKZ1oCZRvNqp62SrtvpzKhkBiBBgkKjlCF+u4zoB12sr9f
103
- yzME34GEhmiQcTxN0yGM6A/a9RBBg8qgH1kvghAiK6p5XZ4/ipVJEu0soaU9
104
- 3QfcJLmN9+vtn1WIDb5u4MrtlTN3rj431HeXc7wOprvW/vDJ23cE2hkEmQoR
105
- gcGBGpC8eazRo+ckLMC0HjWV5P6IcXB2xJLanrM2dF0ENZJu0IAkHzCC5cPS
106
- KFIgZ7Bq8cEnjrT7YmH3tggPdoWWE1DndaKOymQ6ValJc6yfcsxO1THRiXrR
107
- FTx+Af2aZT4=
108
- http_version:
109
- recorded_at: Thu, 18 Jul 2013 11:04:32 GMT
110
- - request:
111
- method: head
112
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages/f8f1a3ad4c2a2d28ef58e49b31c1a7cb
113
- body:
114
- encoding: US-ASCII
115
- string: ''
116
- response:
117
- status:
118
- code: 200
119
- message: OK
120
- body:
121
- encoding: US-ASCII
122
- string: ''
123
- http_version:
124
- recorded_at: Thu, 18 Jul 2013 11:04:32 GMT
125
- - request:
126
- method: delete
127
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages/f8f1a3ad4c2a2d28ef58e49b31c1a7cb
128
- body:
129
- encoding: US-ASCII
130
- string: ''
131
- response:
132
- status:
133
- code: 204
134
- message: No Content
135
- body:
136
- encoding: US-ASCII
137
- string: ''
138
- http_version:
139
- recorded_at: Thu, 18 Jul 2013 11:04:32 GMT
140
- - request:
141
- method: get
142
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages
143
- body:
144
- encoding: US-ASCII
145
- string: ''
146
- response:
147
- status:
148
- code: 200
149
- message: OK
150
- body:
151
- encoding: US-ASCII
152
- string: ! '<?xml version="1.0" encoding="UTF-8"?>
153
-
154
- <ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>com.polipus.pages._test_pages</Name><Prefix></Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult>'
155
- http_version:
156
- recorded_at: Thu, 18 Jul 2013 11:04:32 GMT
157
- - request:
158
- method: get
159
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages
160
- body:
161
- encoding: US-ASCII
162
- string: ''
163
- response:
164
- status:
165
- code: 200
166
- message: OK
167
- body:
168
- encoding: US-ASCII
169
- string: ! '<?xml version="1.0" encoding="UTF-8"?>
170
-
171
- <ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>com.polipus.pages._test_pages</Name><Prefix></Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult>'
172
- http_version:
173
- recorded_at: Thu, 18 Jul 2013 11:04:33 GMT
174
- - request:
175
- method: delete
176
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages
177
- body:
178
- encoding: US-ASCII
179
- string: ''
180
- response:
181
- status:
182
- code: 204
183
- message: No Content
184
- body:
185
- encoding: US-ASCII
186
- string: ''
187
- http_version:
188
- recorded_at: Thu, 18 Jul 2013 11:04:33 GMT
189
- - request:
190
- method: put
191
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages
192
- body:
193
- encoding: US-ASCII
194
- string: ''
195
- response:
196
- status:
197
- code: 200
198
- message: OK
199
- body:
200
- encoding: US-ASCII
201
- string: ''
202
- http_version:
203
- recorded_at: Thu, 18 Jul 2013 11:04:34 GMT
204
- - request:
205
- method: get
206
- uri: http://s3.amazonaws.com/com.polipus.pages._test_pages
207
- body:
208
- encoding: US-ASCII
209
- string: ''
210
- response:
211
- status:
212
- code: 200
213
- message: OK
214
- body:
215
- encoding: US-ASCII
216
- string: ! '<?xml version="1.0" encoding="UTF-8"?>
217
-
218
- <ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>com.polipus.pages._test_pages</Name><Prefix></Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult>'
219
- http_version:
220
- recorded_at: Thu, 18 Jul 2013 11:04:34 GMT
221
- recorded_with: VCR 2.5.0