Hi Team,
I created the element- Amazon AWS S3 File Upload and following this documents- https://catalog.dataminer.services/result/driver/6536
Just wanted to understand where I have to changed these below parameter in the xml(protocol)-
- Access Key and Secret Key
- Source Path: The directory where the source files can be found.
- Processing State: Enable this parameter to start uploading the files.
<?xml version="1.0" encoding="utf-8"?>
<!--
****************************************************************************
* Copyright (c) 2019, Skyline Communications NV All Rights Reserved. *
****************************************************************************
****************************************************************************
-->
<Protocol xmlns="http://www.skyline.be/protocol">
<Name>Amazon AWS S3 File Upload</Name>
<Description>Amazon AWS S3 File Upload</Description>
<Version>1.0.0.1</Version>
<IntegrationID>DMS-DRV-6482</IntegrationID>
<Provider>Skyline Communications</Provider>
<Vendor>Amazon</Vendor>
<VendorOID>1.3.6.1.4.1.8813.2.861</VendorOID>
<DeviceOID>10</DeviceOID>
<ElementType>Processor</ElementType>
<Type relativeTimers="true" options="">http</Type>
<Display defaultPage="General" pageOrder="General;Events;----------;Files;Bucket;Uploads;History;----------;Configuration" wideColumnPages="Bucket;Uploads;History" />
<SNMP includepages="true">auto</SNMP>
<Params>
<Param id="1" trending="false">
<Name>pollingIP</Name>
<Description>Polling IP</Description>
... [content of the connector has been removed]
</Protocol>
To configure the parameters you mentioned, click on the element you created and navigate to the Configuration page on the element card. From here you can make the necessary updates to the parameters.
What you have pasted in your question is the XML file of the connector which contains all the information a DataMiner Agent needs to be able to communicate with a data source. This file does not need to be changed. You can learn more here about dataminer connectors and Protocols in general.