lib/azure/storage/common/client.rb in azure-storage-common-1.0.1 vs lib/azure/storage/common/client.rb in azure-storage-common-1.1.0
- old
+ new
@@ -101,9 +101,12 @@
# * +:storage_queue_host+ - String. Specified Queue service endpoint or hostname
# * +:storage_dns_suffix+ - String. The suffix of a regional Storage Service, to
# * +:default_endpoints_protocol+ - String. http or https
# * +:use_path_style_uri+ - String. Whether use path style URI for specified endpoints
# * +:ca_file+ - String. File path of the CA file if having issue with SSL
+ # * +:ssl_version+ - Symbol. The ssl version to be used, sample: :TLSv1_1, :TLSv1_2, for the details, see https://github.com/ruby/openssl/blob/master/lib/openssl/ssl.rb
+ # * +:ssl_min_version+ - Symbol. The min ssl version supported, only supported in Ruby 2.5+
+ # * +:ssl_max_version+ - Symbol. The max ssl version supported, only supported in Ruby 2.5+
# * +:user_agent_prefix+ - String. The user agent prefix that can identify the application calls the library
#
# The valid set of options include:
# * Storage Emulator: +:use_development_storage+ required, +:development_storage_proxy_uri+ optionally
# * Storage account name and key: +:storage_account_name+ and +:storage_access_key+ required, set +:storage_dns_suffix+ necessarily