<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article How to use the Cloud Storage Connector for Amazon S3 with Qlik Application Automation in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-the-Cloud-Storage-Connector-for-Amazon-S3-with-Qlik/ta-p/1836889</link>
    <description>&lt;P&gt;Inside Qlik Application Automation, the Amazon S3 functionality is split into two connectors: the native Cloud Storage connector and the specific Amazon S3 connector. To create, update, and delete files, it’s highly recommended to use the native Cloud Storage connector. To get the information and metadata of regions &amp;amp; buckets, use the Amazon S3 connector.&lt;/P&gt;
&lt;P&gt;The following is an example of automation using the Amazon S3 connector to output a paginated list of regions and buckets in each region (not covered in this article).&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_0-1631864473034.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62111i8B22A29326E1279C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_0-1631864473034.png" alt="Alvaro_Palacios_0-1631864473034.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Environment:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Application Automation" id="qlikApplicationAutomation"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This article focuses on the available blocks in the native Cloud Storage connector in Qlik Application Automation to work with files stored in S3 buckets. It will provide some examples of basic operations such as listing files in a bucket, opening a file, reading from an existing file, creating a new file in a bucket, and writing lines to an existing file.&lt;/P&gt;
&lt;P&gt;The Cloud Storage connector supports additional building blocks to copy files, move files, and check if a file already exists in a bucket, which can help with additional use cases. The Amazon S3 connection also supports advanced use cases such as generating a URL that grants temporary access to an S3 object, or downloading a file from a public URL and uploading this to Amazon S3.&lt;/P&gt;
&lt;P&gt;Let’s get started.&lt;/P&gt;
&lt;P&gt;Authentication for this connector is based on tokens or keys.&lt;/P&gt;
&lt;P&gt;Log in to the AWS console with an IAM user to generate the access key ID and secret access key required to authenticate.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_1-1631864473056.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62110i58898172633F205E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Alvaro_Palacios_1-1631864473056.png" alt="Alvaro_Palacios_1-1631864473056.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now let's go over the basic use cases and the supporting building blocks in the Cloud Storage connector to work with Amazon S3:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT size="5"&gt;How to list files from an existing S3 bucket&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;SPAN&gt;Create an Automation.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;From the left menu, select the &lt;STRONG&gt;Cloud Storage&lt;/STRONG&gt; connector.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_2-1631864473079.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62109iD180F24F75178292/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_2-1631864473079.png" alt="Alvaro_Palacios_2-1631864473079.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Search for the &lt;STRONG&gt;List Files&lt;/STRONG&gt; block from the available list of blocks.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_3-1631864473094.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62112i706B4AD0A8990A3D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_3-1631864473094.png" alt="Alvaro_Palacios_3-1631864473094.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Drag and drop the block into the automation and connect it to the &lt;STRONG&gt;Start block&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_4-1631864473105.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62114iDC8DCAF20E6CAB42/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_4-1631864473105.png" alt="Alvaro_Palacios_4-1631864473105.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;The ‘&lt;EM&gt;Path&lt;/EM&gt;’ parameter of this block allows to list the contents of a specific directory from a Dropbox account. In this example, ‘./’ indicates the root directory of your bucket.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Drag and drop the &lt;STRONG&gt;Output&lt;/STRONG&gt; block into the automation and connect it to the &lt;STRONG&gt;List Files on Amazon S3&lt;/STRONG&gt;&amp;nbsp;block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_5-1631864473120.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62113i69E67FAE9B326A03/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_5-1631864473120.png" alt="Alvaro_Palacios_5-1631864473120.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Run the automation. If it was not previously saved, a '&lt;EM&gt;Save automation&lt;/EM&gt;' popup will appear. This will output a paginated list of files available in the root directory of a S3 bucket.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size="5"&gt;How to open an existing file and read from it&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;SPAN&gt;The first two steps are similar to those described before.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Now use the &lt;STRONG&gt;Open File&lt;/STRONG&gt;&amp;nbsp;block from the list.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Drag and drop the block into the automation, link it to the &lt;STRONG&gt;Start&lt;/STRONG&gt; block, and fill in the required parameters, ie. Path, Region, and Bucket. You can use ‘&lt;EM&gt;do look up&lt;/EM&gt;’ to search across your S3 account. Add the file directory, filename, and file extension under ‘&lt;EM&gt;Path&lt;/EM&gt;’, e.g. ./4bxH6V4ac9zoAxZU.csv&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_6-1631864473155.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62115i26CCCB0B99CE705D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_6-1631864473155.png" alt="Alvaro_Palacios_6-1631864473155.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Drag and drop the &lt;STRONG&gt;Read Data From File&lt;/STRONG&gt;&amp;nbsp;block and link it to the previous block. Use the output from the previous block as input.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_7-1631864473176.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62116iE9BE4442C24B0471/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_7-1631864473176.png" alt="Alvaro_Palacios_7-1631864473176.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Drag and drop the &lt;STRONG&gt;Output&lt;/STRONG&gt; block into the automation before running the automation. This will output a paginated table with the data stored in the file.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_8-1631864473201.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62117iF6FF8A9DE79F4786/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_8-1631864473201.png" alt="Alvaro_Palacios_8-1631864473201.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_9-1631864473216.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62118iDC81E4933FE1D2AA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_9-1631864473216.png" alt="Alvaro_Palacios_9-1631864473216.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size="5"&gt;How to create a new file (if it doesn’t exist and delete it if it does) in the S3 bucket, write lines of data, save, and close the opened file&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;The first two steps are similar to the two previous use cases.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Now select the &lt;STRONG&gt;Check If File Exists &lt;/STRONG&gt;block, drag and drop it into the automation, and link it to the &lt;STRONG&gt;Start&lt;/STRONG&gt; block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_10-1631864473229.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62119iF1CD0548ECE4F8CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_10-1631864473229.png" alt="Alvaro_Palacios_10-1631864473229.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The previous block will return ‘&lt;EM&gt;True&lt;/EM&gt;’ if the file exists, and ‘&lt;EM&gt;False&lt;/EM&gt;’ if it doesn’t. Now search for the &lt;STRONG&gt;Condition&lt;/STRONG&gt;&amp;nbsp;block to drag and drop it into the automation. Link it to the previous block and add the following condition:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_11-1631864473253.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62120i604110EAE3C5A4CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_11-1631864473253.png" alt="Alvaro_Palacios_11-1631864473253.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;First, let’s focus on the ‘&lt;EM&gt;YES&lt;/EM&gt;’ part of the condition. Search the &lt;STRONG&gt;Delete File&lt;/STRONG&gt;&amp;nbsp;block and drag and drop it into the automation. If it already exists, this will delete the specified file inside the S3 bucket.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Hide the ‘&lt;EM&gt;NO&lt;/EM&gt;’ part of the condition and continue building this automation at the loose end of the &lt;STRONG&gt;Condition&lt;/STRONG&gt;&amp;nbsp;block (this part executes regardless of the result of evaluating the condition). First, search the &lt;STRONG&gt;Create File&lt;/STRONG&gt;&amp;nbsp;block, add it to the canvas, and connect it to the previous block.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Next, search the &lt;STRONG&gt;Write Line to File&lt;/STRONG&gt;&amp;nbsp;block and connect it to the &lt;STRONG&gt;Create File on Amazon S3&lt;/STRONG&gt;&amp;nbsp;block. Fill in the required input parameters. Select CSV as ‘&lt;EM&gt;Mode&lt;/EM&gt;’ and specify the ‘&lt;EM&gt;Column names&lt;/EM&gt;’ (i.e. headers) of the file.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_12-1631864473316.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62122i5A7312082C83A76E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Alvaro_Palacios_12-1631864473316.png" alt="Alvaro_Palacios_12-1631864473316.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;This example shows how to define ‘&lt;EM&gt;Column names&lt;/EM&gt;’ manually but this operation can also be automated using the &lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/blendr/Content/blend-editor/using-formulas-in-placeholders.htm#anchor-6" target="_blank" rel="noopener"&gt;Get Keys formula&lt;/A&gt;&lt;SPAN&gt; and reading files stored in S3 buckets, &lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/blendr/Content/blend-editor/variable-block.htm#anchor-1" target="_blank" rel="noopener"&gt;lists or objects defined as variable&lt;/A&gt;&lt;SPAN&gt;. The same applies to the ‘&lt;EM&gt;Data&lt;/EM&gt;’ input parameter. In this example, one single line of data has been added manually, but we could read data from other data sources (e.g. tables, flat files, etc.) or &lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/blendr/Content/blend-editor/loop-block.htm" target="_blank" rel="noopener"&gt;loop through a list of items&lt;/A&gt;&lt;SPAN&gt;, and write each item as a line in the CSV file. It requires additional data transformations though. Check the ‘&lt;EM&gt;Csv&lt;/EM&gt;’ function from the ‘&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/blendr/Content/blend-editor/using-formulas-in-placeholders.htm#anchor-9" target="_blank" rel="noopener"&gt;Other Functions&lt;/A&gt;&lt;SPAN&gt;’ link.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Finally, search the &lt;STRONG&gt;Save and Close&lt;/STRONG&gt;&amp;nbsp;block, and link it to the &lt;STRONG&gt;Write Line to File on Amazon S3&amp;nbsp;&lt;/STRONG&gt;block. Optionally, add the &lt;STRONG&gt;Output&lt;/STRONG&gt;&amp;nbsp;block into the automation. This&amp;nbsp;will show the path where the file has been saved and closed on the S3 bucket in Amazon.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_13-1631864473350.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62123iE0D47DF8B7C9034A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_13-1631864473350.png" alt="Alvaro_Palacios_13-1631864473350.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Optionally, you can add the following building blocks as a continuation of your automation to check the content of the newly created file in the S3 bucket. If the file has been successfully created and written, then this will output its content as rows, otherwise, it’ll output ‘&lt;EM&gt;File Not Found&lt;/EM&gt;’.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_14-1631864473382.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62121iF32B835DEC47D26E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_14-1631864473382.png" alt="Alvaro_Palacios_14-1631864473382.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Server Side Encryption update:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;The Amazon S3 connector in Qlik Application Automation now supports adding the SSE header value for creating new files. This header is available on the&amp;nbsp;&lt;STRONG&gt;Create File&lt;/STRONG&gt; and&amp;nbsp;&lt;STRONG&gt;Copy File&lt;/STRONG&gt; blocks. It's possible to choose the default behavior which is AES256 encryption. As an alternative, it's possible to choose aws:kms encryption and provide a valid KMS Key ID.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sse_header.png" style="width: 448px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159375iF2C221B712CB18A9/image-dimensions/448x540?v=v2" width="448" height="540" role="button" title="sse_header.png" alt="sse_header.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Attached example file:&amp;nbsp;&lt;EM&gt;create_and_write_files_amazon_s3.json&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2024 12:22:21 GMT</pubDate>
    <dc:creator>Alvaro_Palacios</dc:creator>
    <dc:date>2024-02-20T12:22:21Z</dc:date>
    <item>
      <title>How to use the Cloud Storage Connector for Amazon S3 with Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-the-Cloud-Storage-Connector-for-Amazon-S3-with-Qlik/ta-p/1836889</link>
      <description>&lt;P&gt;Inside Qlik Application Automation, the Amazon S3 functionality is split into two connectors: the native Cloud Storage connector and the specific Amazon S3 connector. To create, update, and delete files, it’s highly recommended to use the native Cloud Storage connector. To get the information and metadata of regions &amp;amp; buckets, use the Amazon S3 connector.&lt;/P&gt;
&lt;P&gt;The following is an example of automation using the Amazon S3 connector to output a paginated list of regions and buckets in each region (not covered in this article).&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_0-1631864473034.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62111i8B22A29326E1279C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_0-1631864473034.png" alt="Alvaro_Palacios_0-1631864473034.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Environment:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Application Automation" id="qlikApplicationAutomation"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This article focuses on the available blocks in the native Cloud Storage connector in Qlik Application Automation to work with files stored in S3 buckets. It will provide some examples of basic operations such as listing files in a bucket, opening a file, reading from an existing file, creating a new file in a bucket, and writing lines to an existing file.&lt;/P&gt;
&lt;P&gt;The Cloud Storage connector supports additional building blocks to copy files, move files, and check if a file already exists in a bucket, which can help with additional use cases. The Amazon S3 connection also supports advanced use cases such as generating a URL that grants temporary access to an S3 object, or downloading a file from a public URL and uploading this to Amazon S3.&lt;/P&gt;
&lt;P&gt;Let’s get started.&lt;/P&gt;
&lt;P&gt;Authentication for this connector is based on tokens or keys.&lt;/P&gt;
&lt;P&gt;Log in to the AWS console with an IAM user to generate the access key ID and secret access key required to authenticate.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_1-1631864473056.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62110i58898172633F205E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Alvaro_Palacios_1-1631864473056.png" alt="Alvaro_Palacios_1-1631864473056.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now let's go over the basic use cases and the supporting building blocks in the Cloud Storage connector to work with Amazon S3:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT size="5"&gt;How to list files from an existing S3 bucket&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;SPAN&gt;Create an Automation.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;From the left menu, select the &lt;STRONG&gt;Cloud Storage&lt;/STRONG&gt; connector.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_2-1631864473079.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62109iD180F24F75178292/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_2-1631864473079.png" alt="Alvaro_Palacios_2-1631864473079.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Search for the &lt;STRONG&gt;List Files&lt;/STRONG&gt; block from the available list of blocks.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_3-1631864473094.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62112i706B4AD0A8990A3D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_3-1631864473094.png" alt="Alvaro_Palacios_3-1631864473094.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Drag and drop the block into the automation and connect it to the &lt;STRONG&gt;Start block&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_4-1631864473105.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62114iDC8DCAF20E6CAB42/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_4-1631864473105.png" alt="Alvaro_Palacios_4-1631864473105.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;The ‘&lt;EM&gt;Path&lt;/EM&gt;’ parameter of this block allows to list the contents of a specific directory from a Dropbox account. In this example, ‘./’ indicates the root directory of your bucket.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Drag and drop the &lt;STRONG&gt;Output&lt;/STRONG&gt; block into the automation and connect it to the &lt;STRONG&gt;List Files on Amazon S3&lt;/STRONG&gt;&amp;nbsp;block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_5-1631864473120.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62113i69E67FAE9B326A03/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_5-1631864473120.png" alt="Alvaro_Palacios_5-1631864473120.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Run the automation. If it was not previously saved, a '&lt;EM&gt;Save automation&lt;/EM&gt;' popup will appear. This will output a paginated list of files available in the root directory of a S3 bucket.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size="5"&gt;How to open an existing file and read from it&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;SPAN&gt;The first two steps are similar to those described before.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Now use the &lt;STRONG&gt;Open File&lt;/STRONG&gt;&amp;nbsp;block from the list.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Drag and drop the block into the automation, link it to the &lt;STRONG&gt;Start&lt;/STRONG&gt; block, and fill in the required parameters, ie. Path, Region, and Bucket. You can use ‘&lt;EM&gt;do look up&lt;/EM&gt;’ to search across your S3 account. Add the file directory, filename, and file extension under ‘&lt;EM&gt;Path&lt;/EM&gt;’, e.g. ./4bxH6V4ac9zoAxZU.csv&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_6-1631864473155.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62115i26CCCB0B99CE705D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_6-1631864473155.png" alt="Alvaro_Palacios_6-1631864473155.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Drag and drop the &lt;STRONG&gt;Read Data From File&lt;/STRONG&gt;&amp;nbsp;block and link it to the previous block. Use the output from the previous block as input.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_7-1631864473176.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62116iE9BE4442C24B0471/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_7-1631864473176.png" alt="Alvaro_Palacios_7-1631864473176.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Drag and drop the &lt;STRONG&gt;Output&lt;/STRONG&gt; block into the automation before running the automation. This will output a paginated table with the data stored in the file.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_8-1631864473201.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62117iF6FF8A9DE79F4786/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_8-1631864473201.png" alt="Alvaro_Palacios_8-1631864473201.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_9-1631864473216.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62118iDC81E4933FE1D2AA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_9-1631864473216.png" alt="Alvaro_Palacios_9-1631864473216.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size="5"&gt;How to create a new file (if it doesn’t exist and delete it if it does) in the S3 bucket, write lines of data, save, and close the opened file&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;The first two steps are similar to the two previous use cases.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Now select the &lt;STRONG&gt;Check If File Exists &lt;/STRONG&gt;block, drag and drop it into the automation, and link it to the &lt;STRONG&gt;Start&lt;/STRONG&gt; block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_10-1631864473229.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62119iF1CD0548ECE4F8CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_10-1631864473229.png" alt="Alvaro_Palacios_10-1631864473229.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The previous block will return ‘&lt;EM&gt;True&lt;/EM&gt;’ if the file exists, and ‘&lt;EM&gt;False&lt;/EM&gt;’ if it doesn’t. Now search for the &lt;STRONG&gt;Condition&lt;/STRONG&gt;&amp;nbsp;block to drag and drop it into the automation. Link it to the previous block and add the following condition:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_11-1631864473253.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62120i604110EAE3C5A4CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_11-1631864473253.png" alt="Alvaro_Palacios_11-1631864473253.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;First, let’s focus on the ‘&lt;EM&gt;YES&lt;/EM&gt;’ part of the condition. Search the &lt;STRONG&gt;Delete File&lt;/STRONG&gt;&amp;nbsp;block and drag and drop it into the automation. If it already exists, this will delete the specified file inside the S3 bucket.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Hide the ‘&lt;EM&gt;NO&lt;/EM&gt;’ part of the condition and continue building this automation at the loose end of the &lt;STRONG&gt;Condition&lt;/STRONG&gt;&amp;nbsp;block (this part executes regardless of the result of evaluating the condition). First, search the &lt;STRONG&gt;Create File&lt;/STRONG&gt;&amp;nbsp;block, add it to the canvas, and connect it to the previous block.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Next, search the &lt;STRONG&gt;Write Line to File&lt;/STRONG&gt;&amp;nbsp;block and connect it to the &lt;STRONG&gt;Create File on Amazon S3&lt;/STRONG&gt;&amp;nbsp;block. Fill in the required input parameters. Select CSV as ‘&lt;EM&gt;Mode&lt;/EM&gt;’ and specify the ‘&lt;EM&gt;Column names&lt;/EM&gt;’ (i.e. headers) of the file.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_12-1631864473316.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62122i5A7312082C83A76E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Alvaro_Palacios_12-1631864473316.png" alt="Alvaro_Palacios_12-1631864473316.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;This example shows how to define ‘&lt;EM&gt;Column names&lt;/EM&gt;’ manually but this operation can also be automated using the &lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/blendr/Content/blend-editor/using-formulas-in-placeholders.htm#anchor-6" target="_blank" rel="noopener"&gt;Get Keys formula&lt;/A&gt;&lt;SPAN&gt; and reading files stored in S3 buckets, &lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/blendr/Content/blend-editor/variable-block.htm#anchor-1" target="_blank" rel="noopener"&gt;lists or objects defined as variable&lt;/A&gt;&lt;SPAN&gt;. The same applies to the ‘&lt;EM&gt;Data&lt;/EM&gt;’ input parameter. In this example, one single line of data has been added manually, but we could read data from other data sources (e.g. tables, flat files, etc.) or &lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/blendr/Content/blend-editor/loop-block.htm" target="_blank" rel="noopener"&gt;loop through a list of items&lt;/A&gt;&lt;SPAN&gt;, and write each item as a line in the CSV file. It requires additional data transformations though. Check the ‘&lt;EM&gt;Csv&lt;/EM&gt;’ function from the ‘&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/blendr/Content/blend-editor/using-formulas-in-placeholders.htm#anchor-9" target="_blank" rel="noopener"&gt;Other Functions&lt;/A&gt;&lt;SPAN&gt;’ link.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Finally, search the &lt;STRONG&gt;Save and Close&lt;/STRONG&gt;&amp;nbsp;block, and link it to the &lt;STRONG&gt;Write Line to File on Amazon S3&amp;nbsp;&lt;/STRONG&gt;block. Optionally, add the &lt;STRONG&gt;Output&lt;/STRONG&gt;&amp;nbsp;block into the automation. This&amp;nbsp;will show the path where the file has been saved and closed on the S3 bucket in Amazon.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_13-1631864473350.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62123iE0D47DF8B7C9034A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_13-1631864473350.png" alt="Alvaro_Palacios_13-1631864473350.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Optionally, you can add the following building blocks as a continuation of your automation to check the content of the newly created file in the S3 bucket. If the file has been successfully created and written, then this will output its content as rows, otherwise, it’ll output ‘&lt;EM&gt;File Not Found&lt;/EM&gt;’.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alvaro_Palacios_14-1631864473382.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62121iF32B835DEC47D26E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alvaro_Palacios_14-1631864473382.png" alt="Alvaro_Palacios_14-1631864473382.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Server Side Encryption update:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;The Amazon S3 connector in Qlik Application Automation now supports adding the SSE header value for creating new files. This header is available on the&amp;nbsp;&lt;STRONG&gt;Create File&lt;/STRONG&gt; and&amp;nbsp;&lt;STRONG&gt;Copy File&lt;/STRONG&gt; blocks. It's possible to choose the default behavior which is AES256 encryption. As an alternative, it's possible to choose aws:kms encryption and provide a valid KMS Key ID.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sse_header.png" style="width: 448px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159375iF2C221B712CB18A9/image-dimensions/448x540?v=v2" width="448" height="540" role="button" title="sse_header.png" alt="sse_header.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Attached example file:&amp;nbsp;&lt;EM&gt;create_and_write_files_amazon_s3.json&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 12:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-the-Cloud-Storage-Connector-for-Amazon-S3-with-Qlik/ta-p/1836889</guid>
      <dc:creator>Alvaro_Palacios</dc:creator>
      <dc:date>2024-02-20T12:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Cloud Storage Connector for Amazon S3 with Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-the-Cloud-Storage-Connector-for-Amazon-S3-with-Qlik/tac-p/1924146#M6323</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thank you for the documentation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does Amazon S3 connector on Qlik Automations support server side encryption (SSE)? I am not able to pass the SSE header value on automations but I can do it on the&amp;nbsp; data connection configuration inside the app.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 16:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-the-Cloud-Storage-Connector-for-Amazon-S3-with-Qlik/tac-p/1924146#M6323</guid>
      <dc:creator>elifapa</dc:creator>
      <dc:date>2022-04-28T16:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Cloud Storage Connector for Amazon S3 with Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-the-Cloud-Storage-Connector-for-Amazon-S3-with-Qlik/tac-p/1929185#M6395</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Answering for consistency, (&lt;A href="https://community.qlik.com/t5/Qlik-Application-Automation/Amazon-S3-and-SSE/td-p/1924153" target="_self"&gt;since this was answered on the forum here&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;Answser: This is indeed not possible in the Amazon S3 connector in automations.&amp;nbsp;&lt;BR /&gt;If you require this functionality, I suggest you ask for it through&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Labels-page/bd-p/Category_Labels?categoryId=qlik-ideas&amp;amp;corenode=boards&amp;amp;labelText=Qlik%20Application%20Automation&amp;amp;nodetype=boards" target="_self"&gt;ideation&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 12:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-the-Cloud-Storage-Connector-for-Amazon-S3-with-Qlik/tac-p/1929185#M6395</guid>
      <dc:creator>Emile_Koslowski</dc:creator>
      <dc:date>2022-05-11T12:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Cloud Storage Connector for Amazon S3 with Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-the-Cloud-Storage-Connector-for-Amazon-S3-with-Qlik/tac-p/2103786#M9880</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to read data from qvd using the read data from the file block on Amazon S3 ?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 05:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-the-Cloud-Storage-Connector-for-Amazon-S3-with-Qlik/tac-p/2103786#M9880</guid>
      <dc:creator>OppilaalDaniel</dc:creator>
      <dc:date>2023-08-09T05:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Cloud Storage Connector for Amazon S3 with Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-the-Cloud-Storage-Connector-for-Amazon-S3-with-Qlik/tac-p/2104405#M9888</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/137572"&gt;@OppilaalDaniel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please post it in the &lt;A href="https://community.qlik.com/t5/qlik-application-automation/bd-p/qlik-application-automation-discussions" target="_blank" rel="noopener"&gt;Qlik Application Automation&lt;/A&gt;&amp;nbsp; forum to give your question appropriate reach and attention,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 08:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-the-Cloud-Storage-Connector-for-Amazon-S3-with-Qlik/tac-p/2104405#M9888</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-08-10T08:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the Cloud Storage Connector for Amazon S3 with Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-the-Cloud-Storage-Connector-for-Amazon-S3-with-Qlik/tac-p/2475518#M14377</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;Is it possible to open a file (csv or json) and write a line to it and then close it? In this scenario, i have a file that i want to update with the line every time the job runs.&lt;/P&gt;
&lt;P&gt;Thank you for your answer.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Bogdan&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 11:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-the-Cloud-Storage-Connector-for-Amazon-S3-with-Qlik/tac-p/2475518#M14377</guid>
      <dc:creator>bcristescu</dc:creator>
      <dc:date>2024-08-09T11:27:20Z</dc:date>
    </item>
  </channel>
</rss>

