mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|cdn] document that ports are optional
This commit is contained in:
parent
7462d9ae36
commit
4861f2db58
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ module Fog
|
||||||
# or
|
# or
|
||||||
# * 'CustomOrigin'<~Hash>:
|
# * 'CustomOrigin'<~Hash>:
|
||||||
# * 'DNSName'<~String> - origin to associate with distribution, ie 'www.example.com'
|
# * 'DNSName'<~String> - origin to associate with distribution, ie 'www.example.com'
|
||||||
# * 'HTTPPort'<~Integer> - HTTP port of origin, in [80, 443] or (1024...65535)
|
# * 'HTTPPort'<~Integer> - Optional HTTP port of origin, in [80, 443] or (1024...65535), defaults to 80
|
||||||
# * 'HTTPSPort'<~Integer> - HTTPS port of origin, in [80, 443] or (1024...65535)
|
# * 'HTTPSPort'<~Integer> - Optional HTTPS port of origin, in [80, 443] or (1024...65535), defaults to 443
|
||||||
# * 'OriginProtocolPolicy'<~String> - Policy on using http vs https, in ['http-only', 'match-viewer']
|
# * 'OriginProtocolPolicy'<~String> - Policy on using http vs https, in ['http-only', 'match-viewer']
|
||||||
# OPTIONAL:
|
# OPTIONAL:
|
||||||
# * 'CallerReference'<~String> - Used to prevent replay, defaults to Time.now.to_i.to_s
|
# * 'CallerReference'<~String> - Used to prevent replay, defaults to Time.now.to_i.to_s
|
||||||
|
|
Loading…
Reference in a new issue