<?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 S3 file movement in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/s3-file-movement/m-p/2637#M1196</link>
    <description>&lt;P&gt;We're trying to move CSV files in an S3 bucket from one path to another. It seems like the standard S3 connector requires the file to be downloaded, reuploaded, and then original file deleted. Does anyone have thoughts on a better way to perform the file move? &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Constraint: We do not have an OPA to be able to run AWS CLI commands.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Alternative considered:&lt;/P&gt;&lt;P&gt;I'm thinking of the possibility to use a Snowflake command to copy into an S3 stage from an S3 stage, but not sure how to make that fully dynamic to not need to specify columns in the snowflake command.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;EM&gt;      COPY INTO @workato_s3_stage/new_path/test.csv&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;      from (select $1 from @workato_s3_stage/original_path/test.csv)&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Anyone have any thoughts on the Snowflake command option or any other possible alternatives?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 31 Mar 2022 01:19:36 GMT</pubDate>
    <dc:creator>ajorde</dc:creator>
    <dc:date>2022-03-31T01:19:36Z</dc:date>
    <item>
      <title>S3 file movement</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/s3-file-movement/m-p/2637#M1196</link>
      <description>&lt;P&gt;We're trying to move CSV files in an S3 bucket from one path to another. It seems like the standard S3 connector requires the file to be downloaded, reuploaded, and then original file deleted. Does anyone have thoughts on a better way to perform the file move? &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Constraint: We do not have an OPA to be able to run AWS CLI commands.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Alternative considered:&lt;/P&gt;&lt;P&gt;I'm thinking of the possibility to use a Snowflake command to copy into an S3 stage from an S3 stage, but not sure how to make that fully dynamic to not need to specify columns in the snowflake command.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;EM&gt;      COPY INTO @workato_s3_stage/new_path/test.csv&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;      from (select $1 from @workato_s3_stage/original_path/test.csv)&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Anyone have any thoughts on the Snowflake command option or any other possible alternatives?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 01:19:36 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/s3-file-movement/m-p/2637#M1196</guid>
      <dc:creator>ajorde</dc:creator>
      <dc:date>2022-03-31T01:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: S3 file movement</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/s3-file-movement/m-p/2638#M1197</link>
      <description>&lt;P&gt;Instead of connecting directly to the bucket using the S3 connector, you can use AWS Transfer Family service to create an SFTP server on top of your S3 bucket. &lt;/P&gt;&lt;P&gt;Then in Workato, you will be able to use the SFTP connector, which provides an action allowing you to move the file to a different folder. &lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 19:20:22 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/s3-file-movement/m-p/2638#M1197</guid>
      <dc:creator>alek-oleszkiewi</dc:creator>
      <dc:date>2022-03-31T19:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: S3 file movement</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/s3-file-movement/m-p/2639#M1198</link>
      <description>&lt;P&gt;You can map the content of the file from the Download step to the content of the file in the Upload step.&lt;/P&gt;&lt;P&gt;Then, you can Delete the original file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2022 22:29:22 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/s3-file-movement/m-p/2639#M1198</guid>
      <dc:creator>kobi-sh</dc:creator>
      <dc:date>2022-03-31T22:29:22Z</dc:date>
    </item>
  </channel>
</rss>

