| Package | Description |
|---|---|
| com.workfusion.rpa.helpers |
| Modifier and Type | Method and Description |
|---|---|
static S3OverwriteStrategy |
S3OverwriteStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static S3OverwriteStrategy[] |
S3OverwriteStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
S3.uploadFileS3(java.lang.String s3EndpointUrl,
java.lang.String signerType,
java.lang.String accessKey,
java.lang.String secretKey,
java.lang.String bucket,
java.lang.String s3Key,
java.lang.String sourcePath,
S3OverwriteStrategy strategy)
Upload file to S3 bucket from local file
|
static java.lang.String |
S3.uploadFileS3(java.lang.String s3EndpointUrl,
java.lang.String signerType,
java.lang.String accessKey,
java.lang.String secretKey,
java.lang.String bucket,
java.lang.String s3Key,
java.lang.String sourcePath,
S3OverwriteStrategy strategy,
long timeout)
Upload file to S3 bucket from local file
|
Copyright © 2024 WorkFusion, Inc. All rights reserved.