Skip to content

Instantly share code, notes, and snippets.

View luca992's full-sized avatar

Luca Spinazzola luca992

View GitHub Profile
@luca992
luca992 / s3.kt
Last active April 15, 2025 18:28
Kotlin Multiplatform S3 Request
import io.ktor.client.*
import io.ktor.client.request.*
import io.ktor.client.statement.*
import io.ktor.http.*
import kotlinx.datetime.Clock
import kotlinx.datetime.LocalDateTime
import kotlinx.datetime.TimeZone
import kotlinx.datetime.toLocalDateTime
import okio.ByteString.Companion.encodeUtf8