plntr-fakes3 1.0.0.pre.9test7 → 1.0.0.pre.9test8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8fc660fed8cb36c63ccc9f514751f065b9de78ff9fc7ac62818710034cf3436
4
- data.tar.gz: b86e48c73cfc53a51a94ed8aeeaafefb726afdf8378c42c35a09fda9e0623c48
3
+ metadata.gz: 5b739788195db42a3d1d4c5da7050550c5bfd4b3b6ef19c0a4fe5841e9c07be4
4
+ data.tar.gz: 572690c009f95b300c7b82b70999ad7f0ba1ec7c9fae943eca7c4c1805fef8d1
5
5
  SHA512:
6
- metadata.gz: 62c03ca26668c7681ba3729b2b955b70a40a73655f4a2bc7f5da35d72bae42ab2e146f29a4e7d1d51cc7d96d597226dbf52cc6cb2dc85489746e590877ed6d3d
7
- data.tar.gz: bf803c922149de42262df1badd3cbded39580f6d992bcc45758e26fae5917c7617d19ec0bf5f0562d2b9a203d748ad0a1f6d4728de30bbcd89cefd95b12b533c
6
+ metadata.gz: 2887298e1f44d9fe4076394c75ffe4916f9810a0d29172d7740df69be691b8e187e258c4cbce3d3770601d640b75a4845879df29d5e8ceb1119a91878fc18a43
7
+ data.tar.gz: 77537015a1531ca1c03d02142a4583da5f4c975aea49cfc630a423fa50ddf0e1272a8925fa58fd121d67d7343573919707bb55dab5a3eb700995b6462182714f
data/lib/fakes3/server.rb CHANGED
@@ -480,10 +480,13 @@ module FakeS3
480
480
  s_req = Request.new
481
481
  s_req.path = webrick_req.path
482
482
  s_req.is_path_style = true
483
+ warn "normalize_request: host='#{host}' path='#{s_req.path}' is_path_style=T"
483
484
 
485
+ warn " : root-hostnames='#{@root_hostnames}'"
484
486
  if !@root_hostnames.include?(host) && !(IPAddr.new(host) rescue nil)
485
487
  s_req.bucket = host.split(".")[0]
486
488
  s_req.is_path_style = false
489
+ warn " : bucket='#{s_req.bucket}' is_path_style=F"
487
490
  end
488
491
 
489
492
  s_req.http_verb = webrick_req.request_method
@@ -1,3 +1,3 @@
1
1
  module FakeS3
2
- VERSION = "1.0.0-9test7"
2
+ VERSION = "1.0.0-9test8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plntr-fakes3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.9test7
4
+ version: 1.0.0.pre.9test8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Curtis Spencer