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.
デフォルト値は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.
使用できる値は次のとおりです。PRIVATE, ANONREAD, ANONREADWRITE, AUTHREAD デフォルト値は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. |