Sha256: 8816a229b900178f3aac8b5193444f9c7f7f767c74e874f32efea872412e33ec

Contents?: true

Size: 1.62 KB

Versions: 34

Compression:

Stored size: 1.62 KB

Contents

# FileUploadPart

## Example FileUploadPart Object

```
{
  "send": {
    "key": "example value"
  },
  "action": "multipart",
  "ask_about_overwrites": true,
  "available_parts": 1,
  "expires": "example",
  "headers": {
    "key": "example value"
  },
  "http_method": "PUT",
  "next_partsize": 1,
  "parallel_parts": true,
  "parameters": {
    "key": "example value"
  },
  "part_number": 1,
  "partsize": 1,
  "path": "",
  "ref": "upload-1",
  "upload_uri": "example"
}
```

* `send` (object): Content-Type and File to send
* `action` (string): Type of upload
* `ask_about_overwrites` (boolean): If `true`, this file exists and you may wish to ask the user for overwrite confirmation
* `available_parts` (int64): Number of parts in the upload
* `expires` (string): Date/time of when this Upload part expires and the URL cannot be used any more
* `headers` (object): Additional upload headers to provide as part of the upload
* `http_method` (string): HTTP Method to use for uploading the part, usually `PUT`
* `next_partsize` (int64): Size in bytes for this part
* `parallel_parts` (boolean): If `true`, multiple parts may be uploaded in parallel.  If `false`, be sure to only upload one part at a time, in order.
* `parameters` (object): Additional HTTP parameters to send with the upload
* `part_number` (int64): Number of this upload part
* `partsize` (int64): Size in bytes for the next upload part
* `path` (string): New file path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
* `ref` (string): Reference name for this upload part
* `upload_uri` (string): URI to upload this part to

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
files.com-1.0.330 docs/file_upload_part.md
files.com-1.0.329 docs/file_upload_part.md
files.com-1.0.328 docs/file_upload_part.md
files.com-1.0.327 docs/file_upload_part.md
files.com-1.0.326 docs/file_upload_part.md
files.com-1.0.325 docs/file_upload_part.md
files.com-1.0.324 docs/file_upload_part.md
files.com-1.0.323 docs/file_upload_part.md
files.com-1.0.322 docs/file_upload_part.md
files.com-1.0.321 docs/file_upload_part.md
files.com-1.0.320 docs/file_upload_part.md
files.com-1.0.319 docs/file_upload_part.md
files.com-1.0.318 docs/file_upload_part.md
files.com-1.0.317 docs/file_upload_part.md
files.com-1.0.316 docs/file_upload_part.md
files.com-1.0.315 docs/file_upload_part.md
files.com-1.0.314 docs/file_upload_part.md
files.com-1.0.313 docs/file_upload_part.md
files.com-1.0.312 docs/file_upload_part.md
files.com-1.0.311 docs/file_upload_part.md