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
data/README.md
CHANGED
@@ -80,9 +80,6 @@ gzip:
|
|
80
80
|
Remember that the extensions here are referring to the *compiled* extensions,
|
81
81
|
not the pre-processed extensions.
|
82
82
|
|
83
|
-
The gzip'ed files are always re-uploaded (see the issue
|
84
|
-
[#29](https://github.com/laurilehmijoki/jekyll-s3/issues/29) for more info).
|
85
|
-
|
86
83
|
### Using non-standard AWS regions
|
87
84
|
|
88
85
|
By default, `jekyll-s3` uses the US Standard Region. You can upload your Jekyll
|
data/changelog.md
CHANGED
@@ -2,6 +2,13 @@
|
|
2
2
|
|
3
3
|
This project uses [Semantic Versioning](http://semver.org).
|
4
4
|
|
5
|
+
## 2.4.2
|
6
|
+
|
7
|
+
* Fix problem where gzipped files were always re-uploaded
|
8
|
+
|
9
|
+
See the issue
|
10
|
+
[#29](https://github.com/laurilehmijoki/jekyll-s3/issues/29) for more info.
|
11
|
+
|
5
12
|
## 2.4.1
|
6
13
|
|
7
14
|
* Declare internal methods private in `upload.rb`
|
@@ -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,9 +10,9 @@ 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 20:46:56 GMT
|
16
16
|
Authorization:
|
17
17
|
- AWS
|
18
18
|
Accept:
|
@@ -23,11 +23,11 @@ http_interactions:
|
|
23
23
|
message: OK
|
24
24
|
headers:
|
25
25
|
X-Amz-Id-2:
|
26
|
-
-
|
26
|
+
- n/56IAnMZXp5psiUuGdl7DlXN6R0KhCJl+pCpnUDmbg+PG/fKFczZYzjy/79uYXA
|
27
27
|
X-Amz-Request-Id:
|
28
|
-
-
|
28
|
+
- E9087D44BE68DA77
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Thu, 14 Mar 2013 20:46:56 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:44:23.000Z</LastModified><ETag>"5ac030ccfb37ddf75a62710f78d06155"</ETag><Size>25</Size><Owner><ID>3855ebae0f370c3dd0c8d8031863792112bd2a2cb18fa310d3f463ae0dea62f1</ID><DisplayName>83</DisplayName></Owner><StorageClass>STANDARD</StorageClass></Contents></ListBucketResult>'
|
42
|
+
http_version:
|
43
|
+
recorded_at: Thu, 14 Mar 2013 20:46:57 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 20:46:57 GMT
|
57
57
|
Authorization:
|
58
|
-
- AWS
|
58
|
+
- AWS
|
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
|
+
- iYQlU5I/tVdjqrBsRshlwuw1E53+ZHEkwwvtRtHcXQQY0AyMqDtTjnECGDAd7Huy
|
68
68
|
X-Amz-Request-Id:
|
69
|
-
-
|
69
|
+
- 2E522C37567E3709
|
70
70
|
Date:
|
71
|
-
-
|
71
|
+
- Thu, 14 Mar 2013 20:46:57 GMT
|
72
|
+
Last-Modified:
|
73
|
+
- Thu, 14 Mar 2013 20:44:23 GMT
|
74
|
+
Etag:
|
75
|
+
- ! '"5ac030ccfb37ddf75a62710f78d06155"'
|
76
|
+
Accept-Ranges:
|
77
|
+
- bytes
|
72
78
|
Content-Type:
|
73
|
-
-
|
74
|
-
|
75
|
-
-
|
79
|
+
- text/css
|
80
|
+
Content-Length:
|
81
|
+
- '25'
|
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:14:02 GMT
|
86
|
+
string: ''
|
87
|
+
http_version:
|
88
|
+
recorded_at: Thu, 14 Mar 2013 20:46:57 GMT
|
85
89
|
- request:
|
86
90
|
method: head
|
87
91
|
uri: https://s3.amazonaws.com/jekyll-s3-test.net/css/styles.css
|
@@ -92,9 +96,9 @@ 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 20:46:57 GMT
|
98
102
|
Authorization:
|
99
103
|
- AWS
|
100
104
|
Accept:
|
@@ -105,28 +109,28 @@ http_interactions:
|
|
105
109
|
message: OK
|
106
110
|
headers:
|
107
111
|
X-Amz-Id-2:
|
108
|
-
-
|
112
|
+
- ShTpgPfA+nHqpgDFjV4/fmsjRFQrT6e9uIII/iaTIs2YhDPw0z5s99wr6IowJTaC
|
109
113
|
X-Amz-Request-Id:
|
110
|
-
-
|
114
|
+
- 9402166F4103E39B
|
111
115
|
Date:
|
112
|
-
-
|
116
|
+
- Thu, 14 Mar 2013 20:46:57 GMT
|
113
117
|
Last-Modified:
|
114
|
-
-
|
118
|
+
- Thu, 14 Mar 2013 20:44:23 GMT
|
115
119
|
Etag:
|
116
|
-
- ! '"
|
120
|
+
- ! '"5ac030ccfb37ddf75a62710f78d06155"'
|
117
121
|
Accept-Ranges:
|
118
122
|
- bytes
|
119
123
|
Content-Type:
|
120
|
-
-
|
124
|
+
- text/css
|
121
125
|
Content-Length:
|
122
|
-
- '
|
126
|
+
- '25'
|
123
127
|
Server:
|
124
128
|
- AmazonS3
|
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 20:46:58 GMT
|
130
134
|
- request:
|
131
135
|
method: head
|
132
136
|
uri: https://s3.amazonaws.com/jekyll-s3-test.net/css/styles.css
|
@@ -137,9 +141,9 @@ 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 20:46:58 GMT
|
143
147
|
Authorization:
|
144
148
|
- AWS
|
145
149
|
Accept:
|
@@ -150,46 +154,45 @@ http_interactions:
|
|
150
154
|
message: OK
|
151
155
|
headers:
|
152
156
|
X-Amz-Id-2:
|
153
|
-
-
|
157
|
+
- sksCU/tVxnSDBwPDuBWfupx9LmfEKkEl3++IGvXIg2HMzLTkgHk5962+riD4rof5
|
154
158
|
X-Amz-Request-Id:
|
155
|
-
-
|
159
|
+
- A70344D18078CD6A
|
156
160
|
Date:
|
157
|
-
-
|
161
|
+
- Thu, 14 Mar 2013 20:46:58 GMT
|
158
162
|
Last-Modified:
|
159
|
-
-
|
163
|
+
- Thu, 14 Mar 2013 20:44:23 GMT
|
160
164
|
Etag:
|
161
|
-
- ! '"
|
165
|
+
- ! '"5ac030ccfb37ddf75a62710f78d06155"'
|
162
166
|
Accept-Ranges:
|
163
167
|
- bytes
|
164
168
|
Content-Type:
|
165
|
-
-
|
169
|
+
- text/css
|
166
170
|
Content-Length:
|
167
|
-
- '
|
171
|
+
- '25'
|
168
172
|
Server:
|
169
173
|
- AmazonS3
|
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 20:46:58 GMT
|
175
179
|
- request:
|
176
180
|
method: put
|
177
181
|
uri: https://s3.amazonaws.com/jekyll-s3-test.net/css/styles.css
|
178
182
|
body:
|
179
|
-
encoding:
|
180
|
-
string: !
|
181
|
-
Ym9keSB7CiAgY29sb3I6IGdyZWVuOwp9Cg==
|
183
|
+
encoding: UTF-8
|
184
|
+
string: ! "body {\n color: green;\n\n}\n"
|
182
185
|
headers:
|
183
186
|
Content-Type:
|
184
|
-
-
|
187
|
+
- text/css
|
185
188
|
Content-Length:
|
186
|
-
- '
|
189
|
+
- '26'
|
187
190
|
User-Agent:
|
188
|
-
- aws-sdk-ruby/1.5
|
191
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
189
192
|
Date:
|
190
|
-
-
|
193
|
+
- Thu, 14 Mar 2013 20:46:58 GMT
|
191
194
|
Authorization:
|
192
|
-
- AWS
|
195
|
+
- AWS
|
193
196
|
Accept:
|
194
197
|
- ! '*/*'
|
195
198
|
response:
|
@@ -198,13 +201,13 @@ http_interactions:
|
|
198
201
|
message: OK
|
199
202
|
headers:
|
200
203
|
X-Amz-Id-2:
|
201
|
-
-
|
204
|
+
- 6MeyZ9uhPyxspkadeVRg1pAP77oN0RgIW5Cbv7fb63zwmH0MXPkXImdfBf70A3Ux
|
202
205
|
X-Amz-Request-Id:
|
203
|
-
-
|
206
|
+
- 4799B014EE88BBE2
|
204
207
|
Date:
|
205
|
-
-
|
208
|
+
- Thu, 14 Mar 2013 20:46:59 GMT
|
206
209
|
Etag:
|
207
|
-
- ! '"
|
210
|
+
- ! '"61ef54ea5b2672933f5a82b7805bd969"'
|
208
211
|
Content-Length:
|
209
212
|
- '0'
|
210
213
|
Server:
|
@@ -212,26 +215,24 @@ http_interactions:
|
|
212
215
|
body:
|
213
216
|
encoding: US-ASCII
|
214
217
|
string: ''
|
215
|
-
http_version:
|
216
|
-
recorded_at:
|
218
|
+
http_version:
|
219
|
+
recorded_at: Thu, 14 Mar 2013 20:46:59 GMT
|
217
220
|
- request:
|
218
221
|
method: put
|
219
222
|
uri: https://s3.amazonaws.com/jekyll-s3-test.net/index.html
|
220
223
|
body:
|
221
|
-
encoding:
|
222
|
-
string: !
|
223
|
-
|
224
|
-
L2hlYWQ+CiAgPGJvZHk+CiAgICBpIGFtIGEgbmV3IGJsb2cgcG9zdAogIDwv
|
225
|
-
Ym9keT4KPC9odG1sPgo=
|
224
|
+
encoding: UTF-8
|
225
|
+
string: ! "<html>\n <head>\n <title>hello!</title>\n </head>\n <body>\n
|
226
|
+
\ i am a new blog post\n </body>\n</html>\n"
|
226
227
|
headers:
|
227
228
|
Content-Type:
|
228
|
-
-
|
229
|
+
- text/html
|
229
230
|
Content-Length:
|
230
231
|
- '104'
|
231
232
|
User-Agent:
|
232
|
-
- aws-sdk-ruby/1.5
|
233
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
233
234
|
Date:
|
234
|
-
-
|
235
|
+
- Thu, 14 Mar 2013 20:46:59 GMT
|
235
236
|
Authorization:
|
236
237
|
- AWS
|
237
238
|
Accept:
|
@@ -242,11 +243,11 @@ http_interactions:
|
|
242
243
|
message: OK
|
243
244
|
headers:
|
244
245
|
X-Amz-Id-2:
|
245
|
-
-
|
246
|
+
- ryFVi8gsOUIbA7hCqRiQR6tvXmQs6hXGuN+l5OWDbjTOfdSyRGaoo3uJyjFIiWdM
|
246
247
|
X-Amz-Request-Id:
|
247
|
-
-
|
248
|
+
- 3E2511F1315ABE17
|
248
249
|
Date:
|
249
|
-
-
|
250
|
+
- Thu, 14 Mar 2013 20:46:59 GMT
|
250
251
|
Etag:
|
251
252
|
- ! '"84c3aea67581d0a7b28ea245e6cf4af7"'
|
252
253
|
Content-Length:
|
@@ -256,8 +257,8 @@ http_interactions:
|
|
256
257
|
body:
|
257
258
|
encoding: US-ASCII
|
258
259
|
string: ''
|
259
|
-
http_version:
|
260
|
-
recorded_at:
|
260
|
+
http_version:
|
261
|
+
recorded_at: Thu, 14 Mar 2013 20:47:00 GMT
|
261
262
|
- request:
|
262
263
|
method: get
|
263
264
|
uri: https://s3.amazonaws.com/jekyll-s3-test.net?max-keys=1000
|
@@ -268,11 +269,11 @@ http_interactions:
|
|
268
269
|
Content-Type:
|
269
270
|
- ''
|
270
271
|
User-Agent:
|
271
|
-
- aws-sdk-ruby/1.5
|
272
|
+
- aws-sdk-ruby/1.8.5 ruby/1.9.3 x86_64-darwin11.4.0
|
272
273
|
Date:
|
273
|
-
-
|
274
|
+
- Thu, 14 Mar 2013 20:47:00 GMT
|
274
275
|
Authorization:
|
275
|
-
- AWS
|
276
|
+
- AWS AKIAJDUL6Q4MU4XNQKDQ:eQkZJuEP2kkmkf1a+M1nmTLf8lw=
|
276
277
|
Accept:
|
277
278
|
- ! '*/*'
|
278
279
|
response:
|
@@ -281,11 +282,11 @@ http_interactions:
|
|
281
282
|
message: OK
|
282
283
|
headers:
|
283
284
|
X-Amz-Id-2:
|
284
|
-
-
|
285
|
+
- Fb+UNlAgTcIVHWsuXClByNL2R/UMxq6tZciRgMbecrkrZBCiOoVIzH+89wwlR2+y
|
285
286
|
X-Amz-Request-Id:
|
286
|
-
-
|
287
|
+
- 979CB189DC3BDC8D
|
287
288
|
Date:
|
288
|
-
-
|
289
|
+
- Thu, 14 Mar 2013 20:47:00 GMT
|
289
290
|
Content-Type:
|
290
291
|
- application/xml
|
291
292
|
Transfer-Encoding:
|
@@ -296,7 +297,7 @@ http_interactions:
|
|
296
297
|
encoding: US-ASCII
|
297
298
|
string: ! '<?xml version="1.0" encoding="UTF-8"?>
|
298
299
|
|
299
|
-
<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>
|
300
|
-
http_version:
|
301
|
-
recorded_at:
|
302
|
-
recorded_with: VCR 2.
|
300
|
+
<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:46:59.000Z</LastModified><ETag>"61ef54ea5b2672933f5a82b7805bd969"</ETag><Size>26</Size><Owner><ID>3855ebae0f370c3dd0c8d8031863792112bd2a2cb18fa310d3f463ae0dea62f1</ID><DisplayName>83</DisplayName></Owner><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>index.html</Key><LastModified>2013-03-14T20:46:59.000Z</LastModified><ETag>"84c3aea67581d0a7b28ea245e6cf4af7"</ETag><Size>104</Size><Owner><ID>3855ebae0f370c3dd0c8d8031863792112bd2a2cb18fa310d3f463ae0dea62f1</ID><DisplayName>83</DisplayName></Owner><StorageClass>STANDARD</StorageClass></Contents></ListBucketResult>'
|
301
|
+
http_version:
|
302
|
+
recorded_at: Thu, 14 Mar 2013 20:47:00 GMT
|
303
|
+
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:07:49 GMT
|
16
16
|
Authorization:
|
17
|
-
- AWS
|
17
|
+
- AWS :LYwrqqg4kimz8ylQAzc8nSdf7cg=
|
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
|
+
- l/77VKlabq8md/EOQ71ItONo37o7D4zxun5bfEsha0NmOKT7ARHA1ac/V86OeEJF
|
27
27
|
X-Amz-Request-Id:
|
28
|
-
-
|
28
|
+
- 6A57503D1B56BE53
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Thu, 14 Mar 2013 21:07:49 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
|
-
<
|
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:07:37.000Z</LastModified><ETag>"8a8892a2b0fad281f26c0dedbff7011a"</ETag><Size>60</Size><Owner><ID>3855ebae0f370c3dd0c8d8031863792112bd2a2cb18fa310d3f463ae0dea62f1</ID><DisplayName>83</DisplayName></Owner><StorageClass>STANDARD</StorageClass></Contents></ListBucketResult>'
|
42
42
|
http_version:
|
43
|
-
recorded_at:
|
43
|
+
recorded_at: Thu, 14 Mar 2013 21:07:50 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:07:50 GMT
|
57
57
|
Authorization:
|
58
|
-
-
|
58
|
+
- AWS :CsWlj2H425PPWqQBVF2ZJF1lFVE=
|
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
|
+
- HdilTj3jOsy542AuCC8F2Xovy3Z0l2tXCHhmsUixyFKFr2VIoRh2lhaDXn3mX+1P
|
68
68
|
X-Amz-Request-Id:
|
69
|
-
-
|
69
|
+
- 2C127B9760CF5952
|
70
70
|
Date:
|
71
|
-
-
|
71
|
+
- Thu, 14 Mar 2013 21:07:50 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
|
-
<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>2012-10-14T13:40:28.000Z</LastModified><ETag>"8fcf43a38cbf0c502f029a50645f2374"</ETag><Size>10</Size><Owner><ID>3855ebae0f370c3dd0c8d8031863792112bd2a2cb18fa310d3f463ae0dea62f1</ID><DisplayName>fluid83</DisplayName></Owner><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>index.html</Key><LastModified>2012-10-14T13:40:29.000Z</LastModified><ETag>"8a8892a2b0fad281f26c0dedbff7011a"</ETag><Size>60</Size><Owner><ID>3855ebae0f370c3dd0c8d8031863792112bd2a2cb18fa310d3f463ae0dea62f1</ID><DisplayName>fluid83</DisplayName></Owner><StorageClass>STANDARD</StorageClass></Contents></ListBucketResult>'
|
86
|
+
string: ''
|
83
87
|
http_version:
|
84
|
-
recorded_at:
|
88
|
+
recorded_at: Thu, 14 Mar 2013 21:07:50 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:07:50 GMT
|
98
102
|
Authorization:
|
99
|
-
-
|
103
|
+
- AWS :CsWlj2H425PPWqQBVF2ZJF1lFVE=
|
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
|
+
- aMSHaHr9pnJNid0dgAPdxOOC9gPX9iAZco/90Lr+Ke8nEXF3nDJ/Z/VfiuX9s5ej
|
109
113
|
X-Amz-Request-Id:
|
110
|
-
-
|
114
|
+
- 72FF6B3E51932EAE
|
111
115
|
Date:
|
112
|
-
-
|
116
|
+
- Thu, 14 Mar 2013 21:07:51 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:
|
@@ -126,7 +130,7 @@ http_interactions:
|
|
126
130
|
encoding: US-ASCII
|
127
131
|
string: ''
|
128
132
|
http_version:
|
129
|
-
recorded_at:
|
133
|
+
recorded_at: Thu, 14 Mar 2013 21:07:51 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:07:51 GMT
|
143
147
|
Authorization:
|
144
|
-
-
|
148
|
+
- AWS :U0aUbRBOJQtN86a8eYv9l4xJoe0=
|
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
|
+
- cen1+/nyZA42gZ8dFqFc3HST9l0+ufCyzgPJRQ0a2yFP/h5sF6Fxl/oQ9FgrvRGq
|
154
158
|
X-Amz-Request-Id:
|
155
|
-
-
|
159
|
+
- 8EB0F21D3E34A001
|
156
160
|
Date:
|
157
|
-
-
|
161
|
+
- Thu, 14 Mar 2013 21:07:51 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:
|
@@ -171,7 +175,7 @@ http_interactions:
|
|
171
175
|
encoding: US-ASCII
|
172
176
|
string: ''
|
173
177
|
http_version:
|
174
|
-
recorded_at:
|
178
|
+
recorded_at: Thu, 14 Mar 2013 21:07:52 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:07:52 GMT
|
188
192
|
Authorization:
|
189
|
-
-
|
193
|
+
- AWS :T2gw8Ymfp81PDV/yb/FXIeFiGEk=
|
190
194
|
Accept:
|
191
195
|
- ! '*/*'
|
192
196
|
response:
|
@@ -195,19 +199,19 @@ http_interactions:
|
|
195
199
|
message: OK
|
196
200
|
headers:
|
197
201
|
X-Amz-Id-2:
|
198
|
-
-
|
202
|
+
- y+Rr586qYTy6/yB9aou5F+Skiy/qQ81REF2OTxsk75KBtWT32Dv5z+DzH4M8vpEf
|
199
203
|
X-Amz-Request-Id:
|
200
|
-
-
|
204
|
+
- 89CFDB32BBAD9E7A
|
201
205
|
Date:
|
202
|
-
-
|
206
|
+
- Thu, 14 Mar 2013 21:07:52 GMT
|
203
207
|
Last-Modified:
|
204
|
-
-
|
208
|
+
- Thu, 14 Mar 2013 21:07:37 GMT
|
205
209
|
Etag:
|
206
210
|
- ! '"8a8892a2b0fad281f26c0dedbff7011a"'
|
207
211
|
Accept-Ranges:
|
208
212
|
- bytes
|
209
213
|
Content-Type:
|
210
|
-
-
|
214
|
+
- text/html
|
211
215
|
Content-Length:
|
212
216
|
- '60'
|
213
217
|
Server:
|
@@ -216,7 +220,7 @@ http_interactions:
|
|
216
220
|
encoding: US-ASCII
|
217
221
|
string: ''
|
218
222
|
http_version:
|
219
|
-
recorded_at:
|
223
|
+
recorded_at: Thu, 14 Mar 2013 21:07:52 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:07:52 GMT
|
233
237
|
Authorization:
|
234
|
-
-
|
238
|
+
- AWS :T2gw8Ymfp81PDV/yb/FXIeFiGEk=
|
235
239
|
Accept:
|
236
240
|
- ! '*/*'
|
237
241
|
response:
|
@@ -240,19 +244,64 @@ http_interactions:
|
|
240
244
|
message: OK
|
241
245
|
headers:
|
242
246
|
X-Amz-Id-2:
|
243
|
-
-
|
247
|
+
- LdMxwhiAC5qz+GRLXxWQL3c2M7rJgigS+SsBGHkxq3A74w4vgcp/aromqRG5WfhA
|
244
248
|
X-Amz-Request-Id:
|
245
|
-
-
|
249
|
+
- 7C37A39AA127E14F
|
246
250
|
Date:
|
247
|
-
-
|
251
|
+
- Thu, 14 Mar 2013 21:07:52 GMT
|
248
252
|
Last-Modified:
|
249
|
-
-
|
253
|
+
- Thu, 14 Mar 2013 21:07:37 GMT
|
250
254
|
Etag:
|
251
255
|
- ! '"8a8892a2b0fad281f26c0dedbff7011a"'
|
252
256
|
Accept-Ranges:
|
253
257
|
- bytes
|
258
|
+
Content-Type:
|
259
|
+
- text/html
|
260
|
+
Content-Length:
|
261
|
+
- '60'
|
262
|
+
Server:
|
263
|
+
- AmazonS3
|
264
|
+
body:
|
265
|
+
encoding: US-ASCII
|
266
|
+
string: ''
|
267
|
+
http_version:
|
268
|
+
recorded_at: Thu, 14 Mar 2013 21:07:53 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:07:53 GMT
|
282
|
+
Authorization:
|
283
|
+
- AWS :9wPPHvspzUfC6AnVHTu3oj4U7B8=
|
284
|
+
Accept:
|
285
|
+
- ! '*/*'
|
286
|
+
response:
|
287
|
+
status:
|
288
|
+
code: 200
|
289
|
+
message: OK
|
290
|
+
headers:
|
291
|
+
X-Amz-Id-2:
|
292
|
+
- N15U+hc9qU6l1wM+TFAIWIjdEi6qJ2vWszgzR+UeyLD/Z7dY3VwIwkN1lOebvbtF
|
293
|
+
X-Amz-Request-Id:
|
294
|
+
- CF18D5E969D1552A
|
295
|
+
Date:
|
296
|
+
- Thu, 14 Mar 2013 21:07:53 GMT
|
297
|
+
Last-Modified:
|
298
|
+
- Thu, 14 Mar 2013 21:07:37 GMT
|
299
|
+
Etag:
|
300
|
+
- ! '"8a8892a2b0fad281f26c0dedbff7011a"'
|
301
|
+
Accept-Ranges:
|
302
|
+
- bytes
|
303
|
+
Content-Type:
|
304
|
+
- text/html
|
256
305
|
Content-Length:
|
257
306
|
- '60'
|
258
307
|
Server:
|
@@ -261,7 +310,7 @@ http_interactions:
|
|
261
310
|
encoding: US-ASCII
|
262
311
|
string: ''
|
263
312
|
http_version:
|
264
|
-
recorded_at:
|
313
|
+
recorded_at: Thu, 14 Mar 2013 21:07:53 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:07:53 GMT
|
278
327
|
Authorization:
|
279
|
-
-
|
328
|
+
- AWS :VVijC38Z2oUiLI952L7DptuQkNE=
|
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
|
+
- siOASjfT8saXC8Mw2SMVPxP+3RcYuk7j8nodj2rZdQGNRb7dV29DIShUEPjeDg4t
|
289
338
|
X-Amz-Request-Id:
|
290
|
-
-
|
339
|
+
- EEE8DC7EFF924599
|
291
340
|
Date:
|
292
|
-
-
|
341
|
+
- Thu, 14 Mar 2013 21:07:54 GMT
|
293
342
|
Content-Type:
|
294
343
|
- application/xml
|
295
344
|
Transfer-Encoding:
|
@@ -300,7 +349,7 @@ 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>
|
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-14T21:07:37.000Z</LastModified><ETag>"8a8892a2b0fad281f26c0dedbff7011a"</ETag><Size>60</Size><Owner><ID>3855ebae0f370c3dd0c8d8031863792112bd2a2cb18fa310d3f463ae0dea62f1</ID><DisplayName>83</DisplayName></Owner><StorageClass>STANDARD</StorageClass></Contents></ListBucketResult>'
|
304
353
|
http_version:
|
305
|
-
recorded_at:
|
306
|
-
recorded_with: VCR 2.
|
354
|
+
recorded_at: Thu, 14 Mar 2013 21:07:54 GMT
|
355
|
+
recorded_with: VCR 2.3.0
|