Package org.apache.iceberg.aliyun.oss
Class OSSURI
java.lang.Object
org.apache.iceberg.aliyun.oss.OSSURI
This class represents a fully qualified location in OSS for input/output operations expressed as
 as URI. This implementation is provided to ensure compatibility with Hadoop Path implementations
 that may introduce encoding issues with native URI implementation.
 
Note: Path-style access is deprecated and not supported by this implementation.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
OSSURICreates a new OSSURI based on the bucket and key parsed from the location The location in string form has the syntax as below, which refers to RFC2396: [scheme:][//bucket][object key][#fragment] [scheme:][//bucket][object key][?query][#fragment]It specifies precisely which characters are permitted in the various components of a URI reference in Aliyun OSS documentation as below: Bucket: https://help.aliyun.com/document_detail/257087.html Object: https://help.aliyun.com/document_detail/273129.html Scheme: https or oss Supported access styles are https and oss://... URIs. - Parameters:
- location- fully qualified URI.
 
 
- 
- 
Method Details