ODBC Driver for Amazon S3

Build 23.0.8839

UploadObject

Uploads objects in a single operation.

Input

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

デフォルト値は15です。

LocalFilePath String 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 The access policy for this object.

使用できる値は次のとおりです。PRIVATE, ANONREAD, ANONREADWRITE, AUTHREAD

デフォルト値はPRIVATEです。

ObjectInformationAggregate String False An aggregate representing the object information. Can be in the form of XML, JSON or a #TEMP table.
FileName String 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) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839