Package-level declarations

Inherited functions

Link copied to clipboard
suspend fun S3Client.presignDeleteObject(input: DeleteObjectRequest, duration: ERROR CLASS: Symbol not found for Duration): ERROR CLASS: Symbol not found for HttpRequest
suspend fun S3Client.presignDeleteObject(input: DeleteObjectRequest, signer: ERROR CLASS: Symbol not found for AwsSigner = DefaultAwsSigner, configBlock: ERROR CLASS: Symbol not found for AwsSigningConfig.Builder.() -> Unit): ERROR CLASS: Symbol not found for HttpRequest

Presign a DeleteObjectRequest using the configuration of this S3Client.

Link copied to clipboard
suspend fun S3Client.presignGetObject(input: GetObjectRequest, duration: ERROR CLASS: Symbol not found for Duration): ERROR CLASS: Symbol not found for HttpRequest
suspend fun S3Client.presignGetObject(input: GetObjectRequest, signer: ERROR CLASS: Symbol not found for AwsSigner = DefaultAwsSigner, configBlock: ERROR CLASS: Symbol not found for AwsSigningConfig.Builder.() -> Unit): ERROR CLASS: Symbol not found for HttpRequest

Presign a GetObjectRequest using the configuration of this S3Client.

Link copied to clipboard
suspend fun S3Client.presignPutObject(input: PutObjectRequest, duration: ERROR CLASS: Symbol not found for Duration): ERROR CLASS: Symbol not found for HttpRequest
suspend fun S3Client.presignPutObject(input: PutObjectRequest, signer: ERROR CLASS: Symbol not found for AwsSigner = DefaultAwsSigner, configBlock: ERROR CLASS: Symbol not found for AwsSigningConfig.Builder.() -> Unit): ERROR CLASS: Symbol not found for HttpRequest

Presign a PutObjectRequest using the configuration of this S3Client.

Link copied to clipboard
suspend fun S3Client.presignUploadPart(input: UploadPartRequest, duration: ERROR CLASS: Symbol not found for Duration): ERROR CLASS: Symbol not found for HttpRequest
suspend fun S3Client.presignUploadPart(input: UploadPartRequest, signer: ERROR CLASS: Symbol not found for AwsSigner = DefaultAwsSigner, configBlock: ERROR CLASS: Symbol not found for AwsSigningConfig.Builder.() -> Unit): ERROR CLASS: Symbol not found for HttpRequest

Presign a UploadPartRequest using the configuration of this S3Client.