UploadUrl

class UploadUrl

A presigned URL for uploading a single part of a multipart attachment upload, along with the part index and the date and time the URL expires. Returned by GetAttachmentUploadLinks.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time, in ISO-8601 format, when the presigned URL expires. Upload the part before this time.

Link copied to clipboard

The index of the part that this URL uploads.

Link copied to clipboard
val url: String

The presigned HTTPS URL that you use to upload a single part with HTTP PUT. Upload URLs are served from uploadv1.attachments.support.{region}.amazonaws.com. The uploadv1 prefix is subject to change.

Functions

Link copied to clipboard
inline fun copy(block: UploadUrl.Builder.() -> Unit = {}): UploadUrl
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String