Skip to content

Commit

Permalink
suppress warning for signed urls
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Aug 25, 2024
1 parent 88ceb2f commit 4ca681d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ internal class BucketApiImpl(override val bucketId: String, val storage: Storage
}

@OptIn(ExperimentalEncodingApi::class)
@Suppress("LongParameterList") //TODO: maybe refactor
internal suspend fun uploadToSignedUrl(
path: String,
token: String,
Expand Down

0 comments on commit 4ca681d

Please sign in to comment.