| Properties |
Description and sample |
| s3bucket |
This parameter allows to select S3 bucket name. For instance:
<PARAM NAME="param2" VALUE="s3bucket">
<PARAM NAME="value2" VALUE="myownbucket"> |
| s3acl |
This parameter allows to select ACL for objects uploaded in bucket. Values could be "private", "public-read", "public-read-write", "authenticated-read". Default is "private" |
| s3bucketcreation |
This parameter allows to send a bucket creation request before uploading. Default is "false". |
| s3bucketcreationacl |
Same as s3acl parameter but for bucket creation. |
| s3bucketlocation |
This parameter allows to define if bucket is located in US or EU data center. |
| awsaccesskeyid |
This parameter defines your AWSAccessKeyID used to identify your AWS account. |
| awssecretkey |
This parameter defines your AWSSecretKey used to digitally sign S3 request. It is NOT recommended to setup it as applet parameter. Dependind on your needs, you should use s3policy and s3signature parameters instead. |
| s3policy |
This parameter allows to setup a form policy for upload request. |
| s3signature |
This parameter allows to pass the signature matching to the s3policy. |