Aiven-Open / tiered-storage-for-apache-kafka

RemoteStorageManager for Apache Kafka® Tiered Storage
Apache License 2.0
95 stars 20 forks source link

Move S3Client creation from S3StorageConfig #506

Closed ivanyu closed 8 months ago

ivanyu commented 8 months ago

Creating the client shouldn't really be done in the config class. This commit extracts it into a separate class.