module AliyunSDK::OSS::KeyEncoding
The object key may contains unicode charactors which cannot be encoded in the request/response body(XML). KeyEncoding
specifies the encoding type for the object key.
-
url: the object key is url-encoded
@note url-encoding is the only supported KeyEncoding
type
Constants
- URL
Public Class Methods
all()
click to toggle source
# File lib/aliyun_sdk/oss/struct.rb, line 52 def self.all @@all end
include?(enc)
click to toggle source
# File lib/aliyun_sdk/oss/struct.rb, line 48 def self.include?(enc) all.include?(enc) end