File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -331,12 +331,12 @@ GEM
331
331
pusher-signature (~> 0.1.8 )
332
332
pusher-signature (0.1.8 )
333
333
racc (1.6.0 )
334
- rack (2.2.4 )
334
+ rack (2.2.6.2 )
335
335
rack-attack (5.4.2 )
336
336
rack (>= 1.0 , < 3 )
337
337
rack-contrib (2.3.0 )
338
338
rack (~> 2.0 )
339
- rack-protection (2.2.3 )
339
+ rack-protection (2.2.4 )
340
340
rack
341
341
rack-ssl (1.4.1 )
342
342
rack
@@ -399,16 +399,16 @@ GEM
399
399
simplecov_json_formatter (~> 0.1 )
400
400
simplecov-html (0.12.3 )
401
401
simplecov_json_formatter (0.1.4 )
402
- sinatra (2.2.3 )
402
+ sinatra (2.2.4 )
403
403
mustermann (~> 2.0 )
404
404
rack (~> 2.2 )
405
- rack-protection (= 2.2.3 )
405
+ rack-protection (= 2.2.4 )
406
406
tilt (~> 2.0 )
407
- sinatra-contrib (2.2.3 )
407
+ sinatra-contrib (2.2.4 )
408
408
multi_json
409
409
mustermann (~> 2.0 )
410
- rack-protection (= 2.2.3 )
411
- sinatra (= 2.2.3 )
410
+ rack-protection (= 2.2.4 )
411
+ sinatra (= 2.2.4 )
412
412
tilt (~> 2.0 )
413
413
stackprof (0.2.17 )
414
414
thread_safe (0.3.6 )
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ def s3_connection
83
83
aws_secret_access_key : s3_config [ :secret_access_key ] ,
84
84
provider : 'AWS' ,
85
85
region : s3_config [ :region ] ,
86
+ host : s3_config [ :hostname ] ,
86
87
instrumentor : ActiveSupport ::Notifications ,
87
88
connection_options : { instrumentor : ActiveSupport ::Notifications }
88
89
)
Original file line number Diff line number Diff line change @@ -147,6 +147,8 @@ def fetch_s3(cache_objects, options)
147
147
aws_access_key_id : config [ :access_key_id ] ,
148
148
aws_secret_access_key : config [ :secret_access_key ] ,
149
149
provider : 'AWS' ,
150
+ host : config [ :hostname ] ,
151
+ region : config [ :region ] ,
150
152
instrumentor : ActiveSupport ::Notifications ,
151
153
connection_options : { instrumentor : ActiveSupport ::Notifications } )
152
154
bucket = svc . directories . get ( config [ :bucket_name ] , options )
You can’t perform that action at this time.
0 commit comments