Package org.apache.iceberg.aliyun
Class AliyunProperties
java.lang.Object
org.apache.iceberg.aliyun.AliyunProperties
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Aliyun 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 String
Aliyun 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 String
The implementation class ofAliyunClientFactory
to customize Aliyun client configurations.static final String
Aliyun 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 String
The domain name used to access OSS.static final String
Location to put staging files for uploading to OSS, defaults to the directory value of java.io.tmpdir. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
OSS_ENDPOINT
The 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_ID
Aliyun 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_SECRET
Aliyun 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_TOKEN
Aliyun 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_FACTORY
The implementation class ofAliyunClientFactory
to 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_DIRECTORY
Location to put staging files for uploading to OSS, defaults to the directory value of java.io.tmpdir.- See Also:
-
-
Constructor Details
-
AliyunProperties
public AliyunProperties() -
AliyunProperties
-
-
Method Details
-
ossEndpoint
-
accessKeyId
-
accessKeySecret
-
securityToken
-
ossStagingDirectory
-