class AliyunSDK::OSS::BucketReferer
Bucket
referer setting. See: {help.aliyun.com/document_detail/oss/product-documentation/function/referer-white-list.html OSS
Website hosting} Attributes:
-
allow_empty [Boolean] whether to allow requests with empty “Referer”
-
whitelist [Array<String>] the allowed origins for requests
Public Instance Methods
allow_empty?()
click to toggle source
# File lib/aliyun_sdk/oss/struct.rb, line 98 def allow_empty? allow_empty == true end