TDV Adapter for Amazon S3

Build 22.0.8462

UploadObject

Uploads objects in a single operation.

Input

Name Type Required Accepts Input Streams Description
Bucket String True False Bucket name of the object location.
FolderPath String False False The path to the folder that receives the data of the object.
ChunkSize Integer False False The chunk size in MB for multi-part uploads. The value must be 5 MB or larger.

The default value is 15.

LocalFilePath String False False The path to the file that is uploaded in the bucket. If this is a path to a folder, then all the files in the folder are uploaded in the bucket.
Access String False False The access policy for this object.

The allowed values are PRIVATE, ANONREAD, ANONREADWRITE, AUTHREAD.

The default value is PRIVATE.

ObjectInformationAggregate String False False An aggregate representing the object information. Can be in the form of XML, JSON or a #TEMP table.
Content String False True The content as InputStream to be uploaded when LocalFilePath or FolderPath is not specified.
FileName String False False FileName uploaded in Amazon S3. Required when FileContent is specified.

Result Set Columns

Name Type Description
Status String Stored procedure execution status.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462