We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oss
ecs
Iceberg (Java) has FileIO implementations using the oss and ecs schemes. We might potentially need to support those.
FileIO
EcsURI defines ecs, s3, s3a and s3n as valid schemes, and seems to be mostly based on S3.
EcsURI
s3
s3a
s3n
S3
OSSURI defines oss and https as valid schemes, and seems to be mostly based on "plain HTTP".
OSSURI
https
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Iceberg (Java) has
FileIO
implementations using theoss
andecs
schemes. We might potentially need to support those.EcsURI
definesecs
,s3
,s3a
ands3n
as valid schemes, and seems to be mostly based onS3
.OSSURI
definesoss
andhttps
as valid schemes, and seems to be mostly based on "plain HTTP".The text was updated successfully, but these errors were encountered: