mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
recognize aws_signature_version option
This commit is contained in:
parent
c4721c2ade
commit
dd00c3bc81
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,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, :instrumentor, :instrumentor_name
|
||||
recognizes :endpoint, :region, :host, :port, :scheme, :persistent, :use_iam_profile, :aws_session_token, :aws_credentials_expire_at, :path_style, :instrumentor, :instrumentor_name, :aws_signature_version
|
||||
|
||||
secrets :aws_secret_access_key, :hmac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue