Uses of Class
org.apache.datafusion.ObjectStoreOptions.S3.Builder
Packages that use ObjectStoreOptions.S3.Builder
-
Uses of ObjectStoreOptions.S3.Builder in org.apache.datafusion
Methods in org.apache.datafusion that return ObjectStoreOptions.S3.BuilderModifier and TypeMethodDescriptionObjectStoreOptions.S3.Builder.accessKeyId(String accessKeyId) ObjectStoreOptions.S3.Builder.allowHttp(boolean allowHttp) Allow plainhttp://endpoints (e.g. local MinIO).Bucket name.Override the endpoint URL (e.g.ObjectStoreOptions.S3.Builder.imdsv1Fallback(boolean imdsv1Fallback) Allow falling back to IMDSv1 for credential discovery on EC2.ObjectStoreOptions.s3()Begin building anObjectStoreOptions.S3(also covers MinIO, R2, any S3-compatible) registration.ObjectStoreOptions.S3.Builder.secretAccessKey(String secretAccessKey) ObjectStoreOptions.S3.Builder.sessionToken(String sessionToken) ObjectStoreOptions.S3.Builder.skipSignature(boolean skipSignature) Skip request signing (anonymous / public-bucket reads).Override the registration URL.