Package org.apache.iceberg.aliyun
Class AliyunProperties
java.lang.Object
org.apache.iceberg.aliyun.AliyunProperties
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringAliyun uses an AccessKey pair, which includes an AccessKey ID and an AccessKey secret to implement symmetric encryption and verify the identity of a requester.static final StringAliyun uses an AccessKey pair, which includes an AccessKey ID and an AccessKey secret to implement symmetric encryption and verify the identity of a requester.static final StringThe implementation class ofAliyunClientFactoryto customize Aliyun client configurations.static final StringAliyun supports Security Token Service (STS) to generate temporary access credentials to authorize a user to access the Object Storage Service (OSS) resources within a specific period of time.static final StringThe domain name used to access OSS.static final StringLocation to put staging files for uploading to OSS, defaults to the directory value of java.io.tmpdir.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription
- 
Field Details- 
OSS_ENDPOINTThe domain name used to access OSS. OSS uses HTTP Restful APIs to provide services. Different regions are accessed by using different endpoints. For the same region, access over the internal network or over the Internet also uses different endpoints. For more information, see: https://www.alibabacloud.com/help/doc-detail/31837.htm- See Also:
 
- 
CLIENT_ACCESS_KEY_IDAliyun uses an AccessKey pair, which includes an AccessKey ID and an AccessKey secret to implement symmetric encryption and verify the identity of a requester. The AccessKey ID is used to identify a user.For more information about how to obtain an AccessKey pair, see: https://www.alibabacloud.com/help/doc-detail/53045.htm - See Also:
 
- 
CLIENT_ACCESS_KEY_SECRETAliyun uses an AccessKey pair, which includes an AccessKey ID and an AccessKey secret to implement symmetric encryption and verify the identity of a requester. The AccessKey secret is used to encrypt and verify the signature string.For more information about how to obtain an AccessKey pair, see: https://www.alibabacloud.com/help/doc-detail/53045.htm - See Also:
 
- 
CLIENT_SECURITY_TOKENAliyun supports Security Token Service (STS) to generate temporary access credentials to authorize a user to access the Object Storage Service (OSS) resources within a specific period of time. In this way, user does not have to share the AccessKey pair and ensures higher level of data security.For more information about how to obtain a security token, see: https://www.alibabacloud.com/help/en/vod/user-guide/sts-tokens - See Also:
 
- 
CLIENT_FACTORYThe implementation class ofAliyunClientFactoryto customize Aliyun client configurations. If set, all Aliyun clients will be initialized by the specified factory. If not set,AliyunClientFactories.defaultFactory()is used as default factory.- See Also:
 
- 
OSS_STAGING_DIRECTORYLocation to put staging files for uploading to OSS, defaults to the directory value of java.io.tmpdir.- See Also:
 
 
- 
- 
Constructor Details- 
AliyunPropertiespublic AliyunProperties()
- 
AliyunProperties
 
- 
- 
Method Details- 
ossEndpoint
- 
accessKeyId
- 
accessKeySecret
- 
securityToken
- 
ossStagingDirectory
 
-