View a markdown version of this page

UploadRange - AWS Support

UploadRange

The range of part indexes for which to return presigned upload URLs from GetAttachmentUploadLinks.

Contents

startIndex

The starting part index of the range, inclusive. Part indexes start at 1.

Type: Integer

Valid Range: Minimum value of 1.

endIndex

The ending part index of the range, exclusive. The range is half-open: startIndex is inclusive and endIndex is exclusive. For example, a range with startIndex of 1 and endIndex of 4 requests URLs for parts 1, 2, and 3. The range size (endIndex - startIndex) must not exceed 10. If you omit endIndex, the service defaults to startIndex + 10, capped by the total number of parts.

Type: Integer

Valid Range: Minimum value of 2.

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: