Package | Description |
---|---|
com.workfusion.rpa.helpers |
Modifier and Type | Method and Description |
---|---|
static S3OverwriteStrategy |
S3OverwriteStrategy.valueOf(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 String |
S3.uploadFileS3(String s3EndpointUrl,
String signerType,
String accessKey,
String secretKey,
String bucket,
String s3Key,
String sourcePath,
S3OverwriteStrategy strategy)
Upload file to S3 bucket from local file
|
static String |
S3.uploadFileS3(String s3EndpointUrl,
String signerType,
String accessKey,
String secretKey,
String bucket,
String s3Key,
String sourcePath,
S3OverwriteStrategy strategy,
long timeout)
Upload file to S3 bucket from local file
|
Copyright 2016, WorkFusion, Inc.