Function to support multi-part upload for files larger than multipart_threshold.
Source:R/file.R
Multi_part_file_upload.RdFunction to support multi-part upload for files larger than multipart_threshold.
Usage
Multi_part_file_upload(
obj,
local_path,
local_md5,
conn = get_connection(),
...
)Arguments
- obj
Object created
- local_path
Path of file in local
- local_md5
md5sum checksum of file
- conn
Valid EDP connection
- ...
Arguments passed on to
Objectsancestor_idan object ID of an ancestor, for filtering.
depththe depth of the object in the Vault as an integer (0 means root)
filenamean Object filename, without the parent folder (e.g. "foo.csv")
globa glob (full path with wildcard characters) which searches objects for matching paths (case-insensitive).
limitThe maximum number of elements to fetch, as an integer. See also
page.min_distanceused in conjuction with the ancestor_id filter to only include objects at a minimum distance from the ancestor.
object_typethe type of an object, one of "file", "folder", or "dataset".
pageThe number of the page to fetch, as an integer. starts from 1. See also
limit.paththe path of an object, with the folders (e.g. "/d1/d2/foo.csv").
querya string that matches any objects whose path contains that string.
regexA regular expression, as a string, to filter the results with.
storage_classThe Storage class of the vault
('Standard', 'Standard-IA', 'Essential', 'Temporary', 'Performance', 'Archive')as a string.taga single tag as a string.
vault_ida Vault ID as a string (e.g. "19").
vault_namea Vault name as a string (e.g. "Public").
vault_full_patha Vault full path, as a string (e.g. "quartzbio:Public")