Class HttpStorageProvider

java.lang.Object
org.elasticsearch.xpack.esql.datasource.http.HttpStorageProvider
All Implemented Interfaces:
Closeable, AutoCloseable, StorageProvider

public final class HttpStorageProvider extends Object implements StorageProvider
StorageProvider implementation for HTTP/HTTPS using Java's built-in HttpClient. Features: - Full object reads via GET - Range reads via HTTP Range header - Metadata retrieval via HEAD - Configurable timeouts and redirects Note: HTTP/HTTPS does not support directory listing, so listObjects() returns null.