jekyll-s3 2.4.1 → 2.4.2
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.
- data/README.md +0 -3
- data/changelog.md +7 -0
- data/features/cassettes/cucumber_tags/new-and-changed-files.yml +85 -84
- data/features/cassettes/cucumber_tags/no-new-or-changed-files.yml +117 -68
- data/features/cassettes/cucumber_tags/one-file-to-delete.yml +135 -86
- data/features/cassettes/cucumber_tags/only-changed-files.yml +140 -93
- data/features/cassettes/cucumber_tags/s3-and-cloudfront-when-updating-a-file.yml +277 -215
- data/features/jekyll-s3-cloudfront.feature +1 -7
- data/features/jekyll-s3-upload.feature +7 -3
- data/features/jekyll-s3-website-performance.feature +16 -20
- data/features/support/test_site_dirs/cdn-powered.with-one-change.blog.fi/_jekyll_s3.yml +1 -1
- data/features/support/test_site_dirs/cdn-powered.with-one-change.blog.fi/_site/index.html +2 -0
- data/features/support/test_site_dirs/new-and-changed-files.com/_site/css/styles.css +1 -0
- data/jekyll-s3.gemspec +3 -3
- metadata +6 -6
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://s3.amazonaws.com/
|
5
|
+
uri: https://s3.amazonaws.com/jekyll-s3-test.net?max-keys=1000
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -10,11 +10,11 @@ http_interactions:
|
|
10
10
|
Content-Type:
|
11
11
|
- ''
|
12
12
|
User-Agent:
|
13
|
-
- aws-sdk-ruby/1.5
|
13
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
14
14
|
Date:
|
15
|
-
-
|
15
|
+
- Thu, 14 Mar 2013 21:02:19 GMT
|
16
16
|
Authorization:
|
17
|
-
- AWS
|
17
|
+
- AWS :53fcykfEaeNXKJAQop9mckgLw2E=
|
18
18
|
Accept:
|
19
19
|
- ! '*/*'
|
20
20
|
response:
|
@@ -23,11 +23,11 @@ http_interactions:
|
|
23
23
|
message: OK
|
24
24
|
headers:
|
25
25
|
X-Amz-Id-2:
|
26
|
-
-
|
26
|
+
- JHpaB/9W0hWLVLT3oxAD57/C+8h1/EVpFw6cQXdKtuJ01eHmCoOfbxxvtlP9Qo4I
|
27
27
|
X-Amz-Request-Id:
|
28
|
-
-
|
28
|
+
- 04CE9634B3D270C7
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Thu, 14 Mar 2013 21:02:20 GMT
|
31
31
|
Content-Type:
|
32
32
|
- application/xml
|
33
33
|
Transfer-Encoding:
|
@@ -38,12 +38,12 @@ http_interactions:
|
|
38
38
|
encoding: US-ASCII
|
39
39
|
string: ! '<?xml version="1.0" encoding="UTF-8"?>
|
40
40
|
|
41
|
-
<
|
42
|
-
http_version:
|
43
|
-
recorded_at:
|
41
|
+
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>jekyll-s3-test.net</Name><Prefix></Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated><Contents><Key>css/styles.css</Key><LastModified>2013-03-14T20:58:31.000Z</LastModified><ETag>"8fcf43a38cbf0c502f029a50645f2374"</ETag><Size>10</Size><Owner><ID>3855ebae0f370c3dd0c8d8031863792112bd2a2cb18fa310d3f463ae0dea62f1</ID><DisplayName>83</DisplayName></Owner><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>index.html</Key><LastModified>2013-03-14T20:59:00.000Z</LastModified><ETag>"af57cd2c1da58734749af7f49e38952c"</ETag><Size>117</Size><Owner><ID>3855ebae0f370c3dd0c8d8031863792112bd2a2cb18fa310d3f463ae0dea62f1</ID><DisplayName>83</DisplayName></Owner><StorageClass>STANDARD</StorageClass></Contents></ListBucketResult>'
|
42
|
+
http_version:
|
43
|
+
recorded_at: Thu, 14 Mar 2013 21:02:20 GMT
|
44
44
|
- request:
|
45
|
-
method:
|
46
|
-
uri: https://s3.amazonaws.com/jekyll-s3-test.net
|
45
|
+
method: head
|
46
|
+
uri: https://s3.amazonaws.com/jekyll-s3-test.net/css/styles.css
|
47
47
|
body:
|
48
48
|
encoding: US-ASCII
|
49
49
|
string: ''
|
@@ -51,11 +51,11 @@ http_interactions:
|
|
51
51
|
Content-Type:
|
52
52
|
- ''
|
53
53
|
User-Agent:
|
54
|
-
- aws-sdk-ruby/1.5
|
54
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
55
55
|
Date:
|
56
|
-
-
|
56
|
+
- Thu, 14 Mar 2013 21:02:20 GMT
|
57
57
|
Authorization:
|
58
|
-
- AWS
|
58
|
+
- AWS :7H4jZMTFejjgpFNUoNglM2WH+YI=
|
59
59
|
Accept:
|
60
60
|
- ! '*/*'
|
61
61
|
response:
|
@@ -64,24 +64,28 @@ http_interactions:
|
|
64
64
|
message: OK
|
65
65
|
headers:
|
66
66
|
X-Amz-Id-2:
|
67
|
-
-
|
67
|
+
- inBqe8zLc9rspvWzQFicWFaBC8r1t4OWtbqTwzbII2cmZhLVHofMFLdsmBMFfMS4
|
68
68
|
X-Amz-Request-Id:
|
69
|
-
-
|
69
|
+
- A31D6786D7DE23FC
|
70
70
|
Date:
|
71
|
-
-
|
71
|
+
- Thu, 14 Mar 2013 21:02:20 GMT
|
72
|
+
Last-Modified:
|
73
|
+
- Thu, 14 Mar 2013 20:58:31 GMT
|
74
|
+
Etag:
|
75
|
+
- ! '"8fcf43a38cbf0c502f029a50645f2374"'
|
76
|
+
Accept-Ranges:
|
77
|
+
- bytes
|
72
78
|
Content-Type:
|
73
|
-
-
|
74
|
-
|
75
|
-
-
|
79
|
+
- text/css
|
80
|
+
Content-Length:
|
81
|
+
- '10'
|
76
82
|
Server:
|
77
83
|
- AmazonS3
|
78
84
|
body:
|
79
85
|
encoding: US-ASCII
|
80
|
-
string:
|
81
|
-
|
82
|
-
|
83
|
-
http_version:
|
84
|
-
recorded_at: Mon, 12 Nov 2012 16:04:06 GMT
|
86
|
+
string: ''
|
87
|
+
http_version:
|
88
|
+
recorded_at: Thu, 14 Mar 2013 21:02:21 GMT
|
85
89
|
- request:
|
86
90
|
method: head
|
87
91
|
uri: https://s3.amazonaws.com/jekyll-s3-test.net/css/styles.css
|
@@ -92,11 +96,11 @@ http_interactions:
|
|
92
96
|
Content-Type:
|
93
97
|
- ''
|
94
98
|
User-Agent:
|
95
|
-
- aws-sdk-ruby/1.5
|
99
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
96
100
|
Date:
|
97
|
-
-
|
101
|
+
- Thu, 14 Mar 2013 21:02:21 GMT
|
98
102
|
Authorization:
|
99
|
-
- AWS
|
103
|
+
- AWS :T8TYe5uIeNWSvkYsF1HHfjxv9dk=
|
100
104
|
Accept:
|
101
105
|
- ! '*/*'
|
102
106
|
response:
|
@@ -105,19 +109,19 @@ http_interactions:
|
|
105
109
|
message: OK
|
106
110
|
headers:
|
107
111
|
X-Amz-Id-2:
|
108
|
-
-
|
112
|
+
- s0K2kHB+nUKVYZ67sEXCkQd6cxXiIS6MRlPkDtAz64sWgpnIew7Ut7KBIVlcYsPV
|
109
113
|
X-Amz-Request-Id:
|
110
|
-
-
|
114
|
+
- 48425A1F9E1FA2C5
|
111
115
|
Date:
|
112
|
-
-
|
116
|
+
- Thu, 14 Mar 2013 21:02:21 GMT
|
113
117
|
Last-Modified:
|
114
|
-
-
|
118
|
+
- Thu, 14 Mar 2013 20:58:31 GMT
|
115
119
|
Etag:
|
116
120
|
- ! '"8fcf43a38cbf0c502f029a50645f2374"'
|
117
121
|
Accept-Ranges:
|
118
122
|
- bytes
|
119
123
|
Content-Type:
|
120
|
-
-
|
124
|
+
- text/css
|
121
125
|
Content-Length:
|
122
126
|
- '10'
|
123
127
|
Server:
|
@@ -125,8 +129,8 @@ http_interactions:
|
|
125
129
|
body:
|
126
130
|
encoding: US-ASCII
|
127
131
|
string: ''
|
128
|
-
http_version:
|
129
|
-
recorded_at:
|
132
|
+
http_version:
|
133
|
+
recorded_at: Thu, 14 Mar 2013 21:02:22 GMT
|
130
134
|
- request:
|
131
135
|
method: head
|
132
136
|
uri: https://s3.amazonaws.com/jekyll-s3-test.net/css/styles.css
|
@@ -137,11 +141,11 @@ http_interactions:
|
|
137
141
|
Content-Type:
|
138
142
|
- ''
|
139
143
|
User-Agent:
|
140
|
-
- aws-sdk-ruby/1.5
|
144
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
141
145
|
Date:
|
142
|
-
-
|
146
|
+
- Thu, 14 Mar 2013 21:02:22 GMT
|
143
147
|
Authorization:
|
144
|
-
- AWS
|
148
|
+
- AWS :u6MCJf1vRmR2/9yb+TIBZTCO5mo=
|
145
149
|
Accept:
|
146
150
|
- ! '*/*'
|
147
151
|
response:
|
@@ -150,19 +154,19 @@ http_interactions:
|
|
150
154
|
message: OK
|
151
155
|
headers:
|
152
156
|
X-Amz-Id-2:
|
153
|
-
-
|
157
|
+
- xizdMuDsHrr3B2zQhw6dmfKylRVJeoxeYC5/xYfTYIedROD2T277yz09x9FbRLCA
|
154
158
|
X-Amz-Request-Id:
|
155
|
-
-
|
159
|
+
- 26A50E1F2534AF69
|
156
160
|
Date:
|
157
|
-
-
|
161
|
+
- Thu, 14 Mar 2013 21:02:22 GMT
|
158
162
|
Last-Modified:
|
159
|
-
-
|
163
|
+
- Thu, 14 Mar 2013 20:58:31 GMT
|
160
164
|
Etag:
|
161
165
|
- ! '"8fcf43a38cbf0c502f029a50645f2374"'
|
162
166
|
Accept-Ranges:
|
163
167
|
- bytes
|
164
168
|
Content-Type:
|
165
|
-
-
|
169
|
+
- text/css
|
166
170
|
Content-Length:
|
167
171
|
- '10'
|
168
172
|
Server:
|
@@ -170,8 +174,53 @@ http_interactions:
|
|
170
174
|
body:
|
171
175
|
encoding: US-ASCII
|
172
176
|
string: ''
|
173
|
-
http_version:
|
174
|
-
recorded_at:
|
177
|
+
http_version:
|
178
|
+
recorded_at: Thu, 14 Mar 2013 21:02:24 GMT
|
179
|
+
- request:
|
180
|
+
method: head
|
181
|
+
uri: https://s3.amazonaws.com/jekyll-s3-test.net/index.html
|
182
|
+
body:
|
183
|
+
encoding: US-ASCII
|
184
|
+
string: ''
|
185
|
+
headers:
|
186
|
+
Content-Type:
|
187
|
+
- ''
|
188
|
+
User-Agent:
|
189
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
190
|
+
Date:
|
191
|
+
- Thu, 14 Mar 2013 21:02:24 GMT
|
192
|
+
Authorization:
|
193
|
+
- AWS :1tMtb4RmHS++NJK1F+ZvgipEL3M=
|
194
|
+
Accept:
|
195
|
+
- ! '*/*'
|
196
|
+
response:
|
197
|
+
status:
|
198
|
+
code: 200
|
199
|
+
message: OK
|
200
|
+
headers:
|
201
|
+
X-Amz-Id-2:
|
202
|
+
- rViUb2cK20K84nD7LMobkWfQHxEZlFUaAllJR24TbrmDvqTkp7cVVJnl9kN0PhDV
|
203
|
+
X-Amz-Request-Id:
|
204
|
+
- 128CC990B612C290
|
205
|
+
Date:
|
206
|
+
- Thu, 14 Mar 2013 21:02:24 GMT
|
207
|
+
Last-Modified:
|
208
|
+
- Thu, 14 Mar 2013 20:59:00 GMT
|
209
|
+
Etag:
|
210
|
+
- ! '"af57cd2c1da58734749af7f49e38952c"'
|
211
|
+
Accept-Ranges:
|
212
|
+
- bytes
|
213
|
+
Content-Type:
|
214
|
+
- text/html
|
215
|
+
Content-Length:
|
216
|
+
- '117'
|
217
|
+
Server:
|
218
|
+
- AmazonS3
|
219
|
+
body:
|
220
|
+
encoding: US-ASCII
|
221
|
+
string: ''
|
222
|
+
http_version:
|
223
|
+
recorded_at: Thu, 14 Mar 2013 21:02:25 GMT
|
175
224
|
- request:
|
176
225
|
method: head
|
177
226
|
uri: https://s3.amazonaws.com/jekyll-s3-test.net/index.html
|
@@ -182,11 +231,11 @@ http_interactions:
|
|
182
231
|
Content-Type:
|
183
232
|
- ''
|
184
233
|
User-Agent:
|
185
|
-
- aws-sdk-ruby/1.5
|
234
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
186
235
|
Date:
|
187
|
-
-
|
236
|
+
- Thu, 14 Mar 2013 21:02:25 GMT
|
188
237
|
Authorization:
|
189
|
-
- AWS
|
238
|
+
- AWS :Wr702OB5zHWXro3qaromvUVDyTU=
|
190
239
|
Accept:
|
191
240
|
- ! '*/*'
|
192
241
|
response:
|
@@ -195,28 +244,28 @@ http_interactions:
|
|
195
244
|
message: OK
|
196
245
|
headers:
|
197
246
|
X-Amz-Id-2:
|
198
|
-
-
|
247
|
+
- fG7jpa8uCBQQr2fDiKhwJji1mokz+GU85V6R4zAV4HdommE5I03CgDmBnOZYfVI9
|
199
248
|
X-Amz-Request-Id:
|
200
|
-
-
|
249
|
+
- FC76529D518677D3
|
201
250
|
Date:
|
202
|
-
-
|
251
|
+
- Thu, 14 Mar 2013 21:02:25 GMT
|
203
252
|
Last-Modified:
|
204
|
-
-
|
253
|
+
- Thu, 14 Mar 2013 20:59:00 GMT
|
205
254
|
Etag:
|
206
|
-
- ! '"
|
255
|
+
- ! '"af57cd2c1da58734749af7f49e38952c"'
|
207
256
|
Accept-Ranges:
|
208
257
|
- bytes
|
209
258
|
Content-Type:
|
210
259
|
- text/html
|
211
260
|
Content-Length:
|
212
|
-
- '
|
261
|
+
- '117'
|
213
262
|
Server:
|
214
263
|
- AmazonS3
|
215
264
|
body:
|
216
265
|
encoding: US-ASCII
|
217
266
|
string: ''
|
218
|
-
http_version:
|
219
|
-
recorded_at:
|
267
|
+
http_version:
|
268
|
+
recorded_at: Thu, 14 Mar 2013 21:02:25 GMT
|
220
269
|
- request:
|
221
270
|
method: head
|
222
271
|
uri: https://s3.amazonaws.com/jekyll-s3-test.net/index.html
|
@@ -227,11 +276,11 @@ http_interactions:
|
|
227
276
|
Content-Type:
|
228
277
|
- ''
|
229
278
|
User-Agent:
|
230
|
-
- aws-sdk-ruby/1.5
|
279
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
231
280
|
Date:
|
232
|
-
-
|
281
|
+
- Thu, 14 Mar 2013 21:02:25 GMT
|
233
282
|
Authorization:
|
234
|
-
- AWS
|
283
|
+
- AWS :Wr702OB5zHWXro3qaromvUVDyTU=
|
235
284
|
Accept:
|
236
285
|
- ! '*/*'
|
237
286
|
response:
|
@@ -240,28 +289,28 @@ http_interactions:
|
|
240
289
|
message: OK
|
241
290
|
headers:
|
242
291
|
X-Amz-Id-2:
|
243
|
-
-
|
292
|
+
- /WHHRSRmyhTmdiKD+4U6xHRnS9o9MMslKJj7Rghkevil3wGXb3kQ+8QSS4PuM+uo
|
244
293
|
X-Amz-Request-Id:
|
245
|
-
-
|
294
|
+
- 43143FA771E1EE92
|
246
295
|
Date:
|
247
|
-
-
|
296
|
+
- Thu, 14 Mar 2013 21:02:26 GMT
|
248
297
|
Last-Modified:
|
249
|
-
-
|
298
|
+
- Thu, 14 Mar 2013 20:59:00 GMT
|
250
299
|
Etag:
|
251
|
-
- ! '"
|
300
|
+
- ! '"af57cd2c1da58734749af7f49e38952c"'
|
252
301
|
Accept-Ranges:
|
253
302
|
- bytes
|
254
303
|
Content-Type:
|
255
304
|
- text/html
|
256
305
|
Content-Length:
|
257
|
-
- '
|
306
|
+
- '117'
|
258
307
|
Server:
|
259
308
|
- AmazonS3
|
260
309
|
body:
|
261
310
|
encoding: US-ASCII
|
262
311
|
string: ''
|
263
|
-
http_version:
|
264
|
-
recorded_at:
|
312
|
+
http_version:
|
313
|
+
recorded_at: Thu, 14 Mar 2013 21:02:26 GMT
|
265
314
|
- request:
|
266
315
|
method: get
|
267
316
|
uri: https://s3.amazonaws.com/jekyll-s3-test.net?max-keys=1000
|
@@ -272,11 +321,11 @@ http_interactions:
|
|
272
321
|
Content-Type:
|
273
322
|
- ''
|
274
323
|
User-Agent:
|
275
|
-
- aws-sdk-ruby/1.5
|
324
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
276
325
|
Date:
|
277
|
-
-
|
326
|
+
- Thu, 14 Mar 2013 21:02:26 GMT
|
278
327
|
Authorization:
|
279
|
-
- AWS
|
328
|
+
- AWS :fzSYQSeF8IuGX77Oc32E/Gy6vtc=
|
280
329
|
Accept:
|
281
330
|
- ! '*/*'
|
282
331
|
response:
|
@@ -285,11 +334,11 @@ http_interactions:
|
|
285
334
|
message: OK
|
286
335
|
headers:
|
287
336
|
X-Amz-Id-2:
|
288
|
-
-
|
337
|
+
- dfDMwPfsXH6qovDj0rucvPgBzyAAwXyCiGq54YRseMSJ6Aq7X4NuuTUYbE3nWkdK
|
289
338
|
X-Amz-Request-Id:
|
290
|
-
-
|
339
|
+
- 93DC6C1BE827BE0B
|
291
340
|
Date:
|
292
|
-
-
|
341
|
+
- Thu, 14 Mar 2013 21:02:26 GMT
|
293
342
|
Content-Type:
|
294
343
|
- application/xml
|
295
344
|
Transfer-Encoding:
|
@@ -300,9 +349,9 @@ http_interactions:
|
|
300
349
|
encoding: US-ASCII
|
301
350
|
string: ! '<?xml version="1.0" encoding="UTF-8"?>
|
302
351
|
|
303
|
-
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>jekyll-s3-test.net</Name><Prefix></Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated><Contents><Key>css/styles.css</Key><LastModified>
|
304
|
-
http_version:
|
305
|
-
recorded_at:
|
352
|
+
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>jekyll-s3-test.net</Name><Prefix></Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated><Contents><Key>css/styles.css</Key><LastModified>2013-03-14T20:58:31.000Z</LastModified><ETag>"8fcf43a38cbf0c502f029a50645f2374"</ETag><Size>10</Size><Owner><ID>3855ebae0f370c3dd0c8d8031863792112bd2a2cb18fa310d3f463ae0dea62f1</ID><DisplayName>83</DisplayName></Owner><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>index.html</Key><LastModified>2013-03-14T20:59:00.000Z</LastModified><ETag>"af57cd2c1da58734749af7f49e38952c"</ETag><Size>117</Size><Owner><ID>3855ebae0f370c3dd0c8d8031863792112bd2a2cb18fa310d3f463ae0dea62f1</ID><DisplayName>83</DisplayName></Owner><StorageClass>STANDARD</StorageClass></Contents></ListBucketResult>'
|
353
|
+
http_version:
|
354
|
+
recorded_at: Thu, 14 Mar 2013 21:02:27 GMT
|
306
355
|
- request:
|
307
356
|
method: delete
|
308
357
|
uri: https://s3.amazonaws.com/jekyll-s3-test.net/index.html
|
@@ -313,11 +362,11 @@ http_interactions:
|
|
313
362
|
Content-Type:
|
314
363
|
- ''
|
315
364
|
User-Agent:
|
316
|
-
- aws-sdk-ruby/1.5
|
365
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
317
366
|
Date:
|
318
|
-
-
|
367
|
+
- Thu, 14 Mar 2013 21:02:27 GMT
|
319
368
|
Authorization:
|
320
|
-
- AWS
|
369
|
+
- AWS :wLwsd1JLmT7NeP4Ar1V3tpSN+Pw=
|
321
370
|
Accept:
|
322
371
|
- ! '*/*'
|
323
372
|
response:
|
@@ -326,16 +375,16 @@ http_interactions:
|
|
326
375
|
message: No Content
|
327
376
|
headers:
|
328
377
|
X-Amz-Id-2:
|
329
|
-
-
|
378
|
+
- a1pz+Ek2Q7Rj/5Z2xv8HNahqlnIr2FFTldpMcA71dVqx4Vdsbwf/Rw6EZN7Im4lq
|
330
379
|
X-Amz-Request-Id:
|
331
|
-
-
|
380
|
+
- 56390C640DD2991E
|
332
381
|
Date:
|
333
|
-
-
|
382
|
+
- Thu, 14 Mar 2013 21:02:27 GMT
|
334
383
|
Server:
|
335
384
|
- AmazonS3
|
336
385
|
body:
|
337
386
|
encoding: US-ASCII
|
338
387
|
string: ''
|
339
|
-
http_version:
|
340
|
-
recorded_at:
|
341
|
-
recorded_with: VCR 2.
|
388
|
+
http_version:
|
389
|
+
recorded_at: Thu, 14 Mar 2013 21:02:27 GMT
|
390
|
+
recorded_with: VCR 2.3.0
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://s3.amazonaws.com/
|
5
|
+
uri: https://s3.amazonaws.com/jekyll-s3-test.net?max-keys=1000
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -10,11 +10,11 @@ http_interactions:
|
|
10
10
|
Content-Type:
|
11
11
|
- ''
|
12
12
|
User-Agent:
|
13
|
-
- aws-sdk-ruby/1.5
|
13
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
14
14
|
Date:
|
15
|
-
-
|
15
|
+
- Thu, 14 Mar 2013 21:06:07 GMT
|
16
16
|
Authorization:
|
17
|
-
- AWS
|
17
|
+
- AWS :fvxdKOnjXndbq5BqfS+bQmKv9G0=
|
18
18
|
Accept:
|
19
19
|
- ! '*/*'
|
20
20
|
response:
|
@@ -23,11 +23,11 @@ http_interactions:
|
|
23
23
|
message: OK
|
24
24
|
headers:
|
25
25
|
X-Amz-Id-2:
|
26
|
-
-
|
26
|
+
- 9sYqjM9aJk0aN3GoYOjw/VaY2droyOIXdeniuzopmU4D3rAdvj6ucS9j0OQQG25e
|
27
27
|
X-Amz-Request-Id:
|
28
|
-
-
|
28
|
+
- DF448B1259D5C9CE
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Thu, 14 Mar 2013 21:06:08 GMT
|
31
31
|
Content-Type:
|
32
32
|
- application/xml
|
33
33
|
Transfer-Encoding:
|
@@ -38,12 +38,12 @@ http_interactions:
|
|
38
38
|
encoding: US-ASCII
|
39
39
|
string: ! '<?xml version="1.0" encoding="UTF-8"?>
|
40
40
|
|
41
|
-
<
|
42
|
-
http_version:
|
43
|
-
recorded_at:
|
41
|
+
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>jekyll-s3-test.net</Name><Prefix></Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated><Contents><Key>css/styles.css</Key><LastModified>2013-03-14T20:58:31.000Z</LastModified><ETag>"8fcf43a38cbf0c502f029a50645f2374"</ETag><Size>10</Size><Owner><ID>3855ebae0f370c3dd0c8d8031863792112bd2a2cb18fa310d3f463ae0dea62f1</ID><DisplayName>83</DisplayName></Owner><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>index.html</Key><LastModified>2013-03-14T21:02:40.000Z</LastModified><ETag>"af57cd2c1da58734749af7f49e38952c"</ETag><Size>117</Size><Owner><ID>3855ebae0f370c3dd0c8d8031863792112bd2a2cb18fa310d3f463ae0dea62f1</ID><DisplayName>83</DisplayName></Owner><StorageClass>STANDARD</StorageClass></Contents></ListBucketResult>'
|
42
|
+
http_version:
|
43
|
+
recorded_at: Thu, 14 Mar 2013 21:06:08 GMT
|
44
44
|
- request:
|
45
|
-
method:
|
46
|
-
uri: https://s3.amazonaws.com/jekyll-s3-test.net
|
45
|
+
method: head
|
46
|
+
uri: https://s3.amazonaws.com/jekyll-s3-test.net/css/styles.css
|
47
47
|
body:
|
48
48
|
encoding: US-ASCII
|
49
49
|
string: ''
|
@@ -51,11 +51,11 @@ http_interactions:
|
|
51
51
|
Content-Type:
|
52
52
|
- ''
|
53
53
|
User-Agent:
|
54
|
-
- aws-sdk-ruby/1.5
|
54
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
55
55
|
Date:
|
56
|
-
-
|
56
|
+
- Thu, 14 Mar 2013 21:06:08 GMT
|
57
57
|
Authorization:
|
58
|
-
- AWS
|
58
|
+
- AWS :2q78mdd5mn7Kr9kypc49J0i2cDI=
|
59
59
|
Accept:
|
60
60
|
- ! '*/*'
|
61
61
|
response:
|
@@ -64,24 +64,28 @@ http_interactions:
|
|
64
64
|
message: OK
|
65
65
|
headers:
|
66
66
|
X-Amz-Id-2:
|
67
|
-
-
|
67
|
+
- kybMVt4rEKrcWyQqYUqViYFNcH0ySdFmw8a2+6Y5h/37V2N8g948+GS2/I7v2w34
|
68
68
|
X-Amz-Request-Id:
|
69
|
-
-
|
69
|
+
- 5310D40C8C612E3E
|
70
70
|
Date:
|
71
|
-
-
|
71
|
+
- Thu, 14 Mar 2013 21:06:08 GMT
|
72
|
+
Last-Modified:
|
73
|
+
- Thu, 14 Mar 2013 20:58:31 GMT
|
74
|
+
Etag:
|
75
|
+
- ! '"8fcf43a38cbf0c502f029a50645f2374"'
|
76
|
+
Accept-Ranges:
|
77
|
+
- bytes
|
72
78
|
Content-Type:
|
73
|
-
-
|
74
|
-
|
75
|
-
-
|
79
|
+
- text/css
|
80
|
+
Content-Length:
|
81
|
+
- '10'
|
76
82
|
Server:
|
77
83
|
- AmazonS3
|
78
84
|
body:
|
79
85
|
encoding: US-ASCII
|
80
|
-
string:
|
81
|
-
|
82
|
-
|
83
|
-
http_version:
|
84
|
-
recorded_at: Sun, 14 Oct 2012 14:07:09 GMT
|
86
|
+
string: ''
|
87
|
+
http_version:
|
88
|
+
recorded_at: Thu, 14 Mar 2013 21:06:09 GMT
|
85
89
|
- request:
|
86
90
|
method: head
|
87
91
|
uri: https://s3.amazonaws.com/jekyll-s3-test.net/css/styles.css
|
@@ -92,11 +96,11 @@ http_interactions:
|
|
92
96
|
Content-Type:
|
93
97
|
- ''
|
94
98
|
User-Agent:
|
95
|
-
- aws-sdk-ruby/1.5
|
99
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
96
100
|
Date:
|
97
|
-
-
|
101
|
+
- Thu, 14 Mar 2013 21:06:09 GMT
|
98
102
|
Authorization:
|
99
|
-
- AWS
|
103
|
+
- AWS :QjX14oBxOL9IdbdA6mTuQQ1wWac=
|
100
104
|
Accept:
|
101
105
|
- ! '*/*'
|
102
106
|
response:
|
@@ -105,19 +109,19 @@ http_interactions:
|
|
105
109
|
message: OK
|
106
110
|
headers:
|
107
111
|
X-Amz-Id-2:
|
108
|
-
-
|
112
|
+
- FI9MxOqc5ucR46527Cd5TGuw7nisMY/6qdJplrexQl79NvOS5g9wdG4hPlPxB/e6
|
109
113
|
X-Amz-Request-Id:
|
110
|
-
-
|
114
|
+
- 725FEC85B50AE249
|
111
115
|
Date:
|
112
|
-
-
|
116
|
+
- Thu, 14 Mar 2013 21:06:09 GMT
|
113
117
|
Last-Modified:
|
114
|
-
-
|
118
|
+
- Thu, 14 Mar 2013 20:58:31 GMT
|
115
119
|
Etag:
|
116
120
|
- ! '"8fcf43a38cbf0c502f029a50645f2374"'
|
117
121
|
Accept-Ranges:
|
118
122
|
- bytes
|
119
123
|
Content-Type:
|
120
|
-
-
|
124
|
+
- text/css
|
121
125
|
Content-Length:
|
122
126
|
- '10'
|
123
127
|
Server:
|
@@ -125,8 +129,8 @@ http_interactions:
|
|
125
129
|
body:
|
126
130
|
encoding: US-ASCII
|
127
131
|
string: ''
|
128
|
-
http_version:
|
129
|
-
recorded_at:
|
132
|
+
http_version:
|
133
|
+
recorded_at: Thu, 14 Mar 2013 21:06:09 GMT
|
130
134
|
- request:
|
131
135
|
method: head
|
132
136
|
uri: https://s3.amazonaws.com/jekyll-s3-test.net/css/styles.css
|
@@ -137,11 +141,11 @@ http_interactions:
|
|
137
141
|
Content-Type:
|
138
142
|
- ''
|
139
143
|
User-Agent:
|
140
|
-
- aws-sdk-ruby/1.5
|
144
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
141
145
|
Date:
|
142
|
-
-
|
146
|
+
- Thu, 14 Mar 2013 21:06:09 GMT
|
143
147
|
Authorization:
|
144
|
-
- AWS
|
148
|
+
- AWS :QjX14oBxOL9IdbdA6mTuQQ1wWac=
|
145
149
|
Accept:
|
146
150
|
- ! '*/*'
|
147
151
|
response:
|
@@ -150,19 +154,19 @@ http_interactions:
|
|
150
154
|
message: OK
|
151
155
|
headers:
|
152
156
|
X-Amz-Id-2:
|
153
|
-
-
|
157
|
+
- olBm7k44HIORCHDI9lLQqeVkIb1/cnQ3x9t+1Llp6slapv/jLdzdYMKqXErknlxo
|
154
158
|
X-Amz-Request-Id:
|
155
|
-
-
|
159
|
+
- 8F4693C70A69F3F2
|
156
160
|
Date:
|
157
|
-
-
|
161
|
+
- Thu, 14 Mar 2013 21:06:09 GMT
|
158
162
|
Last-Modified:
|
159
|
-
-
|
163
|
+
- Thu, 14 Mar 2013 20:58:31 GMT
|
160
164
|
Etag:
|
161
165
|
- ! '"8fcf43a38cbf0c502f029a50645f2374"'
|
162
166
|
Accept-Ranges:
|
163
167
|
- bytes
|
164
168
|
Content-Type:
|
165
|
-
-
|
169
|
+
- text/css
|
166
170
|
Content-Length:
|
167
171
|
- '10'
|
168
172
|
Server:
|
@@ -170,8 +174,8 @@ http_interactions:
|
|
170
174
|
body:
|
171
175
|
encoding: US-ASCII
|
172
176
|
string: ''
|
173
|
-
http_version:
|
174
|
-
recorded_at:
|
177
|
+
http_version:
|
178
|
+
recorded_at: Thu, 14 Mar 2013 21:06:10 GMT
|
175
179
|
- request:
|
176
180
|
method: head
|
177
181
|
uri: https://s3.amazonaws.com/jekyll-s3-test.net/index.html
|
@@ -182,11 +186,11 @@ http_interactions:
|
|
182
186
|
Content-Type:
|
183
187
|
- ''
|
184
188
|
User-Agent:
|
185
|
-
- aws-sdk-ruby/1.5
|
189
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
186
190
|
Date:
|
187
|
-
-
|
191
|
+
- Thu, 14 Mar 2013 21:06:10 GMT
|
188
192
|
Authorization:
|
189
|
-
- AWS
|
193
|
+
- AWS :pWKQb3EpUob+nBH01GY7yssTqBo=
|
190
194
|
Accept:
|
191
195
|
- ! '*/*'
|
192
196
|
response:
|
@@ -195,28 +199,28 @@ http_interactions:
|
|
195
199
|
message: OK
|
196
200
|
headers:
|
197
201
|
X-Amz-Id-2:
|
198
|
-
-
|
202
|
+
- KUw4q5IzftTGUHV7tqeHLUNA2QoKputJtomOOQQvK7+RYVIxVmmgWKqQVWpABt39
|
199
203
|
X-Amz-Request-Id:
|
200
|
-
-
|
204
|
+
- 1503371F0289AA9D
|
201
205
|
Date:
|
202
|
-
-
|
206
|
+
- Thu, 14 Mar 2013 21:06:10 GMT
|
203
207
|
Last-Modified:
|
204
|
-
-
|
208
|
+
- Thu, 14 Mar 2013 21:02:40 GMT
|
205
209
|
Etag:
|
206
|
-
- ! '"
|
210
|
+
- ! '"af57cd2c1da58734749af7f49e38952c"'
|
207
211
|
Accept-Ranges:
|
208
212
|
- bytes
|
209
213
|
Content-Type:
|
210
|
-
-
|
214
|
+
- text/html
|
211
215
|
Content-Length:
|
212
|
-
- '
|
216
|
+
- '117'
|
213
217
|
Server:
|
214
218
|
- AmazonS3
|
215
219
|
body:
|
216
220
|
encoding: US-ASCII
|
217
221
|
string: ''
|
218
|
-
http_version:
|
219
|
-
recorded_at:
|
222
|
+
http_version:
|
223
|
+
recorded_at: Thu, 14 Mar 2013 21:06:10 GMT
|
220
224
|
- request:
|
221
225
|
method: head
|
222
226
|
uri: https://s3.amazonaws.com/jekyll-s3-test.net/index.html
|
@@ -227,11 +231,11 @@ http_interactions:
|
|
227
231
|
Content-Type:
|
228
232
|
- ''
|
229
233
|
User-Agent:
|
230
|
-
- aws-sdk-ruby/1.5
|
234
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
231
235
|
Date:
|
232
|
-
-
|
236
|
+
- Thu, 14 Mar 2013 21:06:10 GMT
|
233
237
|
Authorization:
|
234
|
-
- AWS
|
238
|
+
- AWS :pWKQb3EpUob+nBH01GY7yssTqBo=
|
235
239
|
Accept:
|
236
240
|
- ! '*/*'
|
237
241
|
response:
|
@@ -240,48 +244,91 @@ http_interactions:
|
|
240
244
|
message: OK
|
241
245
|
headers:
|
242
246
|
X-Amz-Id-2:
|
243
|
-
-
|
247
|
+
- cZCEwkJ23qqKzVVDbyQw3NKDspQMhpTRQlGpm7wpOneV6DCCmBY431lI0kZY2sj+
|
244
248
|
X-Amz-Request-Id:
|
245
|
-
-
|
249
|
+
- 7901EDE8A8D4F74E
|
246
250
|
Date:
|
247
|
-
-
|
251
|
+
- Thu, 14 Mar 2013 21:06:11 GMT
|
248
252
|
Last-Modified:
|
249
|
-
-
|
253
|
+
- Thu, 14 Mar 2013 21:02:40 GMT
|
250
254
|
Etag:
|
251
|
-
- ! '"
|
255
|
+
- ! '"af57cd2c1da58734749af7f49e38952c"'
|
252
256
|
Accept-Ranges:
|
253
257
|
- bytes
|
258
|
+
Content-Type:
|
259
|
+
- text/html
|
260
|
+
Content-Length:
|
261
|
+
- '117'
|
262
|
+
Server:
|
263
|
+
- AmazonS3
|
264
|
+
body:
|
265
|
+
encoding: US-ASCII
|
266
|
+
string: ''
|
267
|
+
http_version:
|
268
|
+
recorded_at: Thu, 14 Mar 2013 21:06:11 GMT
|
269
|
+
- request:
|
270
|
+
method: head
|
271
|
+
uri: https://s3.amazonaws.com/jekyll-s3-test.net/index.html
|
272
|
+
body:
|
273
|
+
encoding: US-ASCII
|
274
|
+
string: ''
|
275
|
+
headers:
|
254
276
|
Content-Type:
|
255
277
|
- ''
|
278
|
+
User-Agent:
|
279
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
280
|
+
Date:
|
281
|
+
- Thu, 14 Mar 2013 21:06:11 GMT
|
282
|
+
Authorization:
|
283
|
+
- AWS :yLii+Q8nbhlkIRbaR6cqmZ0tVvY=
|
284
|
+
Accept:
|
285
|
+
- ! '*/*'
|
286
|
+
response:
|
287
|
+
status:
|
288
|
+
code: 200
|
289
|
+
message: OK
|
290
|
+
headers:
|
291
|
+
X-Amz-Id-2:
|
292
|
+
- 0yR8EbR9px90W5ByqXPF+I15YWn3SnB9yVJwqNtDpy5a3mGnzoPE8Vvj9Bm9qW7X
|
293
|
+
X-Amz-Request-Id:
|
294
|
+
- 8AC0A8A6DFCDCA10
|
295
|
+
Date:
|
296
|
+
- Thu, 14 Mar 2013 21:06:11 GMT
|
297
|
+
Last-Modified:
|
298
|
+
- Thu, 14 Mar 2013 21:02:40 GMT
|
299
|
+
Etag:
|
300
|
+
- ! '"af57cd2c1da58734749af7f49e38952c"'
|
301
|
+
Accept-Ranges:
|
302
|
+
- bytes
|
303
|
+
Content-Type:
|
304
|
+
- text/html
|
256
305
|
Content-Length:
|
257
|
-
- '
|
306
|
+
- '117'
|
258
307
|
Server:
|
259
308
|
- AmazonS3
|
260
309
|
body:
|
261
310
|
encoding: US-ASCII
|
262
311
|
string: ''
|
263
|
-
http_version:
|
264
|
-
recorded_at:
|
312
|
+
http_version:
|
313
|
+
recorded_at: Thu, 14 Mar 2013 21:06:11 GMT
|
265
314
|
- request:
|
266
315
|
method: put
|
267
316
|
uri: https://s3.amazonaws.com/jekyll-s3-test.net/index.html
|
268
317
|
body:
|
269
|
-
encoding:
|
270
|
-
string: !
|
271
|
-
|
272
|
-
L2hlYWQ+CiAgPGJvZHk+CiAgICBpIGdvdCBzb21lIG5ldyBjb250ZW50IGZv
|
273
|
-
ciB5b3UsIGFybmllCiAgPC9ib2R5Pgo8L2h0bWw+Cg==
|
318
|
+
encoding: UTF-8
|
319
|
+
string: ! "<html>\n <head>\n <title>hello!</title>\n </head>\n <body>\n
|
320
|
+
\ i got some new content for you, arnie\n </body>\n</html>\n"
|
274
321
|
headers:
|
275
322
|
Content-Type:
|
276
|
-
-
|
323
|
+
- text/html
|
277
324
|
Content-Length:
|
278
325
|
- '121'
|
279
326
|
User-Agent:
|
280
|
-
- aws-sdk-ruby/1.5
|
327
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
281
328
|
Date:
|
282
|
-
-
|
329
|
+
- Thu, 14 Mar 2013 21:06:11 GMT
|
283
330
|
Authorization:
|
284
|
-
- AWS
|
331
|
+
- AWS :e4ery6aTeNJHu94OI0Tp+zYFvP0=
|
285
332
|
Accept:
|
286
333
|
- ! '*/*'
|
287
334
|
response:
|
@@ -290,11 +337,11 @@ http_interactions:
|
|
290
337
|
message: OK
|
291
338
|
headers:
|
292
339
|
X-Amz-Id-2:
|
293
|
-
-
|
340
|
+
- h/erK1zSjA+u0v0zwJhZypGJvRrByYOQ3z/AfYHrT/T1foFcL7aC2qofU+Oc5m8O
|
294
341
|
X-Amz-Request-Id:
|
295
|
-
-
|
342
|
+
- 4C0E42366590B09A
|
296
343
|
Date:
|
297
|
-
-
|
344
|
+
- Thu, 14 Mar 2013 21:06:12 GMT
|
298
345
|
Etag:
|
299
346
|
- ! '"7f3ac0e996d33d9b089bcac1eac6af12"'
|
300
347
|
Content-Length:
|
@@ -304,8 +351,8 @@ http_interactions:
|
|
304
351
|
body:
|
305
352
|
encoding: US-ASCII
|
306
353
|
string: ''
|
307
|
-
http_version:
|
308
|
-
recorded_at:
|
354
|
+
http_version:
|
355
|
+
recorded_at: Thu, 14 Mar 2013 21:06:12 GMT
|
309
356
|
- request:
|
310
357
|
method: get
|
311
358
|
uri: https://s3.amazonaws.com/jekyll-s3-test.net?max-keys=1000
|
@@ -316,11 +363,11 @@ http_interactions:
|
|
316
363
|
Content-Type:
|
317
364
|
- ''
|
318
365
|
User-Agent:
|
319
|
-
- aws-sdk-ruby/1.5
|
366
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
320
367
|
Date:
|
321
|
-
-
|
368
|
+
- Thu, 14 Mar 2013 21:06:12 GMT
|
322
369
|
Authorization:
|
323
|
-
- AWS
|
370
|
+
- AWS :T92UUJITL8Gmv6Xn3BGlktrErLI=
|
324
371
|
Accept:
|
325
372
|
- ! '*/*'
|
326
373
|
response:
|
@@ -329,11 +376,11 @@ http_interactions:
|
|
329
376
|
message: OK
|
330
377
|
headers:
|
331
378
|
X-Amz-Id-2:
|
332
|
-
-
|
379
|
+
- CB/3igzTOf03/8Y+3wUZxDY+iLr/KXZffdholgWlJ9z0ZXZhoWCcvNODrKdKdDrl
|
333
380
|
X-Amz-Request-Id:
|
334
|
-
-
|
381
|
+
- 5A1480175BED1B63
|
335
382
|
Date:
|
336
|
-
-
|
383
|
+
- Thu, 14 Mar 2013 21:06:13 GMT
|
337
384
|
Content-Type:
|
338
385
|
- application/xml
|
339
386
|
Transfer-Encoding:
|
@@ -344,7 +391,7 @@ http_interactions:
|
|
344
391
|
encoding: US-ASCII
|
345
392
|
string: ! '<?xml version="1.0" encoding="UTF-8"?>
|
346
393
|
|
347
|
-
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>jekyll-s3-test.net</Name><Prefix></Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated><Contents><Key>css/styles.css</Key><LastModified>
|
348
|
-
http_version:
|
349
|
-
recorded_at:
|
350
|
-
recorded_with: VCR 2.
|
394
|
+
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>jekyll-s3-test.net</Name><Prefix></Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated><Contents><Key>css/styles.css</Key><LastModified>2013-03-14T20:58:31.000Z</LastModified><ETag>"8fcf43a38cbf0c502f029a50645f2374"</ETag><Size>10</Size><Owner><ID>3855ebae0f370c3dd0c8d8031863792112bd2a2cb18fa310d3f463ae0dea62f1</ID><DisplayName>83</DisplayName></Owner><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>index.html</Key><LastModified>2013-03-14T21:06:12.000Z</LastModified><ETag>"7f3ac0e996d33d9b089bcac1eac6af12"</ETag><Size>121</Size><Owner><ID>3855ebae0f370c3dd0c8d8031863792112bd2a2cb18fa310d3f463ae0dea62f1</ID><DisplayName>83</DisplayName></Owner><StorageClass>STANDARD</StorageClass></Contents></ListBucketResult>'
|
395
|
+
http_version:
|
396
|
+
recorded_at: Thu, 14 Mar 2013 21:06:13 GMT
|
397
|
+
recorded_with: VCR 2.3.0
|