public class S3OutputStorage extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| S3OutputStorage() | 
| S3OutputStorage(S3OutputStorage 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 | getS3Bucket()Get S3 bucket。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getS3Region()Get S3 bucket 对应的区域。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getS3SecretId()Get AWS 内网上传 媒体资源的秘钥id。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getS3SecretKey()Get AWS 内网上传 媒体资源的秘钥key。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setS3Bucket(String S3Bucket)Set S3 bucket。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setS3Region(String S3Region)Set S3 bucket 对应的区域。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setS3SecretId(String S3SecretId)Set AWS 内网上传 媒体资源的秘钥id。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setS3SecretKey(String S3SecretKey)Set AWS 内网上传 媒体资源的秘钥key。
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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, toJsonStringpublic S3OutputStorage()
public S3OutputStorage(S3OutputStorage source)
public String getS3Bucket()
public void setS3Bucket(String S3Bucket)
S3Bucket - S3 bucket。
注意:此字段可能返回 null,表示取不到有效值。public String getS3Region()
public void setS3Region(String S3Region)
S3Region - S3 bucket 对应的区域。
注意:此字段可能返回 null,表示取不到有效值。public String getS3SecretId()
public void setS3SecretId(String S3SecretId)
S3SecretId - AWS 内网上传 媒体资源的秘钥id。
注意:此字段可能返回 null,表示取不到有效值。public String getS3SecretKey()
public void setS3SecretKey(String S3SecretKey)
S3SecretKey - AWS 内网上传 媒体资源的秘钥key。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.