Parameter name | Description |
Region Name | AWS region where the Bucket reside. |
Bucket Name | Name of the bucket on AWS where the Sender Adapter should poll files from. |
Polling Interval (in ms) | Polling Interval in milliseconds. Default value: 60000 |
Access Key Alias | Name of the secured parameter which stores AWS Access Key. |
Secret Key Alias | Name of the secured parameter which stores AWS Secret Key. |
Parameter name | Description |
Directory | The path on the AWS bucket from where the file should be read. Example: "ci/in" The value can also be read dynamically using a header or property. If left blank, then the adapter will read the root directory. |
File Name | The filename is to be read. Example: testfile.txt Other Supported values: Wild Card Characters, an asterisk (*), and question mark (?). When left blank, the adapter will read all the files present in the S3 directory. |
Sorting | The property on which sorting should be done while polling files. The sorting will be done in ascending order of the option selected. In our scenario, we are not using this option but below are the available options: File Name: The sorting is performed based on the filename. File Size: Sorting is performed based on file size. Time Stamp: Sorting is performed based on the timestamp. |
Include Sub-Directories | Select the checkbox to read all the files in the directory and subdirectory. |
Post-Processing | Specify the action that should be taken after the file has been processed by the adapter. Available options: Delete File: Select this option to delete the file after processing. This is the default option for Post-Processing. Keep File and Process Again: Select this option to keep the file at the source directory and process again. Move File to an Archive directory: Select this option to move the file to an archive directory. After selecting this option, specify the archive directory. You may also choose to add a timestamp in the archived file. Copy file to an Archive Bucket: Select this option to copy the file to another bucket. After selecting this option, specify the archive bucket and archive directory. You may also choose to add a timestamp in the archived file. Move file to an Archive Bucket: Select this option to move the file to another bucket. After selecting this option, specify the archive bucket and archive directory. You may also choose to add a timestamp in the archived file. |
Optional S3 Metadata | Specify the metadata to be populated from S3 object metadata. Multiple metadata can be specified separated by comma (,). If specified, then a property with the same name will be created in Cloud Integration. Example: If you assume that the file in the S3 bucket has metadata named “MyMetadata” associated with it. Then to retrieve the metadata in the iFlow, “MyMetadata” has to be specified in the adapter. During execution, a property with the name “MyMetadata” will be created in Cloud Integration and can be accessed using the expression ${property.MyMetadata}. |
Parameter name | Description |
Region Name | AWS region where the Bucket reside. Select the region from the pre-configured list. If the region does not exist in the pre-configured list, then the user can manually enter the relevant region name. |
Bucket Name | Name of the bucket on AWS where the Receiver Adapter should place the file. Example: cloud-integration-demo |
Access Key Alias | Name of the secured parameter which stores AWS Access Key. The values can be read dynamically. |
Secret Key Alias | Name of the secured parameter which stores AWS Secret Key. The values can be read dynamically. |
Parameter name | Description |
Directory | Specify the location where the file should be written. Example: "ci/out" The value can also be read dynamically using a header or property. |
File Name | Specify the name of the file to be written. Example: "filename.txt". The value can also be read dynamically using a header or property. |
Content Type | Specify the file's MIME type. Example: "application/xml" or "text/plain". The value can also be read dynamically using a header or property. |
Storage Class | Select the AWS Storage Class. Example: "Standard". You can choose between the following available options: · Glacier · Glacier Deep Archive · Intelligent-Tiering · One Zone-Infrequent Access · Reduced Redundancy · Standard · Standard-Infrequent Access |
Existing File Handling | Select the file handling behavior if a file with the same name exists in the directory. Example: "Overwrite". You can choose between the following available options: · Fail: Select this option to raise an exception. · Ignore: Select this option to ignore the file. · Overwrite: Select this option to overwrite the existing file. |
Empty File Handling | Select the file handling behavior if the file is empty. Example: “Proceed with Empty File” You can choose between the following available options: · Proceed With Empty File: Select this option to create an empty file. · Ignore: Select this option to ignore the empty file. |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
11 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
3 |