... |
... |
@@ -20,6
+20,7 @@ |
20 |
20 |
|
21 |
21 |
== Authorization of FORMCYCLE == |
22 |
22 |
|
|
23 |
+{{id name="fig_plugin_aws_s3"/}} |
23 |
23 |
{{figure image="plugin_aws_s3_en.png"}} |
24 |
24 |
After a successful authorization the ID or name of the Amazon S3 account will be displayed in the user interface of the plugin. Furthermore the selection of an [[S3 bucket>>https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html]] of the authorized [[IAM user>>https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users.html]] is possible. |
25 |
25 |
{{/figure}} |
... |
... |
@@ -28,8
+28,13 @@ |
28 |
28 |
|
29 |
29 |
== Upload settings == |
30 |
30 |
|
|
32 |
+Two types of files can be uploaded to Amazon with the plugin: |
|
33 |
+ |
|
34 |
+* **Files of previous actions** |
|
35 |
+Here action are available that provide files to the [[workflow>>Formcycle.UserInterface.MyForms.WorkflowProcessing]]. The files of the selected actions will be uploaded to the selected Amazon S3 account. You can find a list of all file providing actions [[here>>Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions]]. {{info}}Only actions are availbale that are positioned before and within the same state.{{/info}} |
|
36 |
+ |
31 |
31 |
The table of the plugin user interface lets you select the providing actions, the files of which should be uploaded to your S3 storage. With actions of type [[Provide upload>>https://help.formcycle.eu/xwiki/bin/view/Main/Upload+bereitstellen]] it is possible to delete their files from the form attachements after the upload to the S3 storage. This way the files only reside in your S3 storage and not in the system of XIMA® FORMCYCLE anymore. |
32 |
32 |
|
33 |
33 |
The input field "Upload in bucket" lets you select the bucket of your Amazon S3 account to which the selected files should be uploaded to. |
34 |
34 |
|
35 |
|
-By default files will be uploaded to the root directory of the selected bucket. The input field "Upload to folder" lets you specify a file path in the selected bucket in which the uploaded files will be placed. Separate folders with a "/". In the example [[attach:Amazon_S3_Plugin_en.png]] [[variables>>https://help.formcycle.eu/xwiki/bin/view/Main/Platzhalter]] are used to create a new folder for the project and a new folder for every form process. |
|
41 |
+By default files will be uploaded to the root directory of the selected bucket. The input field "Upload to folder" lets you specify a file path in the selected bucket in which the uploaded files will be placed. Separate folders with a "/". In the [[example>>||anchor="fig_plugin_aws_s3"]] [[variables>>https://help.formcycle.eu/xwiki/bin/view/Main/Platzhalter]] are used to create a new folder for the project and a new folder for every form process. |