Additionally, any file
attributes can be passed along with the parts to
further add information to the file. See the
API for more details.Response
When successful, the API returns a HTTP201 Created status code with a
object.
In some cases, creating the parts might not be ready yet and the API will return
a 202 Accepted status code instead. In this case the application should check
the retry-after header and retry committing after the number of seconds
specified.
