Uses of Class
io.trino.plugin.exchange.filesystem.s3.ExchangeS3Config
Packages that use ExchangeS3Config
-
Uses of ExchangeS3Config in io.trino.plugin.exchange.filesystem.s3
Methods in io.trino.plugin.exchange.filesystem.s3 that return ExchangeS3ConfigModifier and TypeMethodDescriptionExchangeS3Config.setAsyncClientConcurrency(int asyncClientConcurrency) ExchangeS3Config.setAsyncClientMaxPendingConnectionAcquires(int asyncClientMaxPendingConnectionAcquires) ExchangeS3Config.setConnectionAcquisitionTimeout(io.airlift.units.Duration connectionAcquisitionTimeout) ExchangeS3Config.setGcsJsonKey(String gcsJsonKey) ExchangeS3Config.setGcsJsonKeyFilePath(String gcsJsonKeyFilePath) ExchangeS3Config.setRetryMode(software.amazon.awssdk.core.retry.RetryMode retryMode) ExchangeS3Config.setS3AwsAccessKey(String s3AwsAccessKey) ExchangeS3Config.setS3AwsSecretKey(String s3AwsSecretKey) ExchangeS3Config.setS3Endpoint(String s3Endpoint) ExchangeS3Config.setS3ExternalId(String s3ExternalId) ExchangeS3Config.setS3IamRole(String s3IamRole) ExchangeS3Config.setS3MaxErrorRetries(int s3MaxErrorRetries) ExchangeS3Config.setS3PathStyleAccess(boolean s3PathStyleAccess) ExchangeS3Config.setS3Region(String s3Region) ExchangeS3Config.setS3UploadPartSize(io.airlift.units.DataSize s3UploadPartSize) ExchangeS3Config.setStorageClass(software.amazon.awssdk.services.s3.model.StorageClass storageClass) Constructors in io.trino.plugin.exchange.filesystem.s3 with parameters of type ExchangeS3ConfigModifierConstructorDescriptionS3FileSystemExchangeStorage(S3FileSystemExchangeStorageStats stats, ExchangeS3Config config, S3FileSystemExchangeStorage.CompatibilityMode compatibilityMode)