Upload a file to an object in an S3 bucket.
Parameters |
Description |
const AFilePath: string |
A path to a file to upload. |
const ABucket: string |
The name of a bucket to upload to. |
const AKey: string |
An object key to use for the uploaded file. |
AOnProgress: TS3UploadPartBatchProgressCallback = nil |
A callback providing progress updates. |
A Boolean value indicating success (True) or failure (False) of the upload.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.
|