<?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>topic Re: Issue while loading file to S3 using ts3put component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-while-loading-file-to-S3-using-ts3put-component/m-p/2349843#M116771</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check the region value&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 May 2018 13:20:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-28T13:20:37Z</dc:date>
    <item>
      <title>Issue while loading file to S3 using ts3put component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-while-loading-file-to-S3-using-ts3put-component/m-p/2349842#M116770</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am getting the below mentioned error while&amp;nbsp;trying to place a&amp;nbsp; csv file in S3.&lt;/P&gt;
&lt;P&gt;The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint. (Service: Amazon S3; Status Code: 301; Error Code: PermanentRedirect; Request ID: 209B9CAC98285E2D)&lt;BR /&gt;[ERROR]: iff.s3connection_0_1.S3Connection - tS3Put_1 - The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint. (Service: Amazon S3; Status Code: 301;&lt;BR /&gt;Error Code: PermanentRedirect; Request ID: 209B9CAC98285E2D)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please suggest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in Advance,&lt;/P&gt;
&lt;P&gt;Gayathri&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-while-loading-file-to-S3-using-ts3put-component/m-p/2349842#M116770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while loading file to S3 using ts3put component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-while-loading-file-to-S3-using-ts3put-component/m-p/2349843#M116771</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check the region value&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 13:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-while-loading-file-to-S3-using-ts3put-component/m-p/2349843#M116771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-28T13:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while loading file to S3 using ts3put component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-while-loading-file-to-S3-using-ts3put-component/m-p/2349844#M116772</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Region of my S3 bucket is us-east-2, which is not listed in tS3Connection.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When i hard code the value as "us-east-2". I am getting error as given below&lt;/P&gt;
&lt;P&gt;Exception in component tS3Connection_1 (S3Connection)&lt;BR /&gt;java.lang.IllegalArgumentException: No region provided&lt;BR /&gt;at com.amazonaws.AmazonWebServiceClient.setRegion(AmazonWebServiceClient.java:358)&lt;BR /&gt;at com.amazonaws.services.s3.AmazonS3Client.setRegion(AmazonS3Client.java:573)&lt;BR /&gt;at iff.s3connection_0_1.S3Connection.tS3Connection_1Process(S3Connection.java:1253)&lt;BR /&gt;at iff.s3connection_0_1.S3Connection.runJobInTOS(S3Connection.java:3602)&lt;BR /&gt;at iff.s3connection_0_1.S3Connection.main(S3Connection.java:3408)&lt;BR /&gt;[FATAL]: iff.s3connection_0_1.S3Connection - tS3Connection_1 No region provided&lt;BR /&gt;java.lang.IllegalArgumentException: No region provided&lt;BR /&gt;at com.amazonaws.AmazonWebServiceClient.setRegion(AmazonWebServiceClient.java:358)&lt;BR /&gt;at com.amazonaws.services.s3.AmazonS3Client.setRegion(AmazonS3Client.java:573)&lt;BR /&gt;at iff.s3connection_0_1.S3Connection.tS3Connection_1Process(S3Connection.java:1253)&lt;BR /&gt;at iff.s3connection_0_1.S3Connection.runJobInTOS(S3Connection.java:3602)&lt;BR /&gt;at iff.s3connection_0_1.S3Connection.main(S3Connection.java:3408)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When i select "Default" in region, i am getting the below error&lt;/P&gt;
&lt;P&gt;[statistics] connected&lt;BR /&gt;Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: 192F5E6D920F0948)&lt;BR /&gt;[ERROR]: iff.s3connection_0_1.S3Connection - tS3Get_1 - Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: 192F5E6D920F0948)&lt;BR /&gt;[statistics] disconnected&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when i select &amp;nbsp;US West (Oregon) / US West (N. California), I am getting the below error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[statistics] connected&lt;BR /&gt;The bucket you are attempting to access must be addressed using the specified endpoint.&lt;BR /&gt;Please send all future requests to this endpoint. (Service: Amazon S3; Status Code: 301;&lt;BR /&gt;Error Code: PermanentRedirect; Request ID: CCECD639086B98E7)&lt;BR /&gt;[ERROR]: iff.s3connection_0_1.S3Connection -&lt;BR /&gt;tS3Put_1 - The bucket you are attempting to access must be addressed using the specified endpoint.&lt;BR /&gt;Please send all future requests to this endpoint. (Service: Amazon S3; Status Code: 301;&lt;BR /&gt;Error Code: PermanentRedirect; Request ID: CCECD639086B98E7)&lt;BR /&gt;[statistics] disconnected&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please advice on how to proceed further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Gayathri&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 13:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-while-loading-file-to-S3-using-ts3put-component/m-p/2349844#M116772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-28T13:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while loading file to S3 using ts3put component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-while-loading-file-to-S3-using-ts3put-component/m-p/2349845#M116773</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could anyone please share your ideas to solve the above mentioned issue .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Early response will be more helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks-&lt;/P&gt;
&lt;P&gt;Gayathri S&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 05:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-while-loading-file-to-S3-using-ts3put-component/m-p/2349845#M116773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-29T05:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while loading file to S3 using ts3put component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-while-loading-file-to-S3-using-ts3put-component/m-p/2349846#M116774</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LL82AAG"&gt;@Gayathri&lt;/A&gt;,can you check this link may be usefull.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqyyCAC#M14626" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Unable-to-request-signature-error-in-Amazon-S3-tS3Put-component/m-p/47016#M14626&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 05:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-while-loading-file-to-S3-using-ts3put-component/m-p/2349846#M116774</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-29T05:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while loading file to S3 using ts3put component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-while-loading-file-to-S3-using-ts3put-component/m-p/2349847#M116775</link>
      <description>&lt;P&gt;@Gayathri S​&amp;nbsp; can you check this link too may be useful ( &lt;A href="https://kodlogs.net/316/the-bucket-you-are-attempting-to-access-must-be-addressed-using-the-specified-endpoint" alt="https://kodlogs.net/316/the-bucket-you-are-attempting-to-access-must-be-addressed-using-the-specified-endpoint" target="_blank"&gt;https://kodlogs.net/316/the-bucket-you-are-attempting-to-access-must-be-addressed-using-the-specified-endpoint&lt;/A&gt; )&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 05:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-while-loading-file-to-S3-using-ts3put-component/m-p/2349847#M116775</guid>
      <dc:creator>Sonia_Cote</dc:creator>
      <dc:date>2022-06-24T05:08:58Z</dc:date>
    </item>
  </channel>
</rss>

