backupstorage_start_object {paws.storage}R Documentation

Start upload containing one or many chunks

Description

Start upload containing one or many chunks.

See https://www.paws-r-sdk.com/docs/backupstorage_start_object/ for full documentation.

Usage

backupstorage_start_object(BackupJobId, ObjectName, ThrowOnDuplicate = NULL)

Arguments

BackupJobId

[required] Backup job Id for the in-progress backup

ObjectName

[required] Name for the object.

ThrowOnDuplicate

Throw an exception if Object name is already exist.


[Package paws.storage version 0.6.0 Index]