mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
whitelist :virtual_host and :cname
This commit is contained in:
parent
aacb0a39a1
commit
268d772166
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ module Fog
|
|||
]
|
||||
|
||||
requires :aws_access_key_id, :aws_secret_access_key
|
||||
recognizes :endpoint, :region, :host, :port, :scheme, :persistent, :use_iam_profile, :aws_session_token, :aws_credentials_expire_at, :path_style, :acceleration, :instrumentor, :instrumentor_name, :aws_signature_version
|
||||
recognizes :endpoint, :region, :host, :port, :scheme, :persistent, :use_iam_profile, :aws_session_token, :aws_credentials_expire_at, :path_style, :acceleration, :instrumentor, :instrumentor_name, :aws_signature_version, :virtual_host, :cname
|
||||
|
||||
secrets :aws_secret_access_key, :hmac
|
||||
|
||||
|
|
Loading…
Reference in a new issue