Class S3StorageObject

java.lang.Object
org.elasticsearch.xpack.esql.datasource.s3.S3StorageObject
All Implemented Interfaces:
StorageObject

public final class S3StorageObject extends Object implements StorageObject
StorageObject implementation for S3 using AWS SDK v2. Supports full and range reads, metadata retrieval, and optional native async via S3AsyncClient.