public class S3Options extends AbstractModel
header, skipSign
Constructor and Description |
---|
S3Options() |
S3Options(S3Options source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAccessKeyId()
Get 密钥 ID
|
String |
getBucket()
Get 存储桶
|
String |
getEndPoint()
Get 存储节点
|
String |
getSecretAccessKey()
Get 密钥 Key
|
void |
setAccessKeyId(String AccessKeyId)
Set 密钥 ID
|
void |
setBucket(String Bucket)
Set 存储桶
|
void |
setEndPoint(String EndPoint)
Set 存储节点
|
void |
setSecretAccessKey(String SecretAccessKey)
Set 密钥 Key
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public S3Options()
public S3Options(S3Options source)
public String getEndPoint()
public void setEndPoint(String EndPoint)
EndPoint
- 存储节点public String getBucket()
public void setBucket(String Bucket)
Bucket
- 存储桶public String getAccessKeyId()
public void setAccessKeyId(String AccessKeyId)
AccessKeyId
- 密钥 IDpublic String getSecretAccessKey()
public void setSecretAccessKey(String SecretAccessKey)
SecretAccessKey
- 密钥 KeyCopyright © 2025. All rights reserved.