Sha256: 5faa1b98093fc126fe27dfd14a82637325a5caf75fadf2e4418c3c88a4b58f9c

Contents?: true

Size: 1.77 KB

Versions: 78

Compression:

Stored size: 1.77 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,
  "retry_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.
* `retry_parts` (boolean): If `true`, parts may be retried. If `false`, a part cannot be retried and the upload should be restarted.
* `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

78 entries across 78 versions & 1 rubygems

Version Path
files.com-1.1.180 docs/file_upload_part.md
files.com-1.1.179 docs/file_upload_part.md
files.com-1.1.178 docs/file_upload_part.md
files.com-1.1.177 docs/file_upload_part.md
files.com-1.1.176 docs/file_upload_part.md
files.com-1.1.175 docs/file_upload_part.md
files.com-1.1.174 docs/file_upload_part.md
files.com-1.1.173 docs/file_upload_part.md
files.com-1.1.172 docs/file_upload_part.md
files.com-1.1.171 docs/file_upload_part.md
files.com-1.1.170 docs/file_upload_part.md
files.com-1.1.169 docs/file_upload_part.md
files.com-1.1.168 docs/file_upload_part.md
files.com-1.1.167 docs/file_upload_part.md
files.com-1.1.166 docs/file_upload_part.md
files.com-1.1.165 docs/file_upload_part.md
files.com-1.1.164 docs/file_upload_part.md
files.com-1.1.163 docs/file_upload_part.md
files.com-1.1.162 docs/file_upload_part.md
files.com-1.1.161 docs/file_upload_part.md