ktor-s3-plugin
自动收集自
lib/tool-kmp/ktor/plugin/ktor-s3-plugin/README.md。
ktor-s3-plugin provides Koin wiring for S3Client, S3Service, and an AppStarter that enables S3 support
from the consumer application's s3.* configuration.
Pass site.addzero.kcloud.s3.S3_APPLICATION_CONFIG_PROPERTY into Koin when bootstrapping if your application
does not already expose the ApplicationConfig as a property.
Required config:
s3.endpoints3.buckets3.accessKeys3.secretKey
Maven / Gradle
已发布至 Maven Central。
implementation("site.addzero:ktor-s3-plugin:latest version")
<dependency>
<groupId>site.addzero</groupId>
<artifactId>ktor-s3-plugin</artifactId>
<version>latest version</version>
</dependency>