<?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: There is possible access S3 objects using R80 APIs, or this is exclusive for vSEC product? in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/There-is-possible-access-S3-objects-using-R80-APIs-or-this-is/m-p/21725#M1351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My GUESS is that, no you wouldn't be able to use the Check Point API to access your S3 bucket from outside your AWS infrastructure.&amp;nbsp; S3 is an Amazon thing, not a Check Point thing. S3 access from the outside is going to require IAMs and all that good stuff - it really is (as I understand it) designed for storage of assets for use by other AWS assets (EC2 instances, EBS setups, etc.)&amp;nbsp; that then serve things out via web interfaces.&amp;nbsp; It's easy enough to post to an S3 bucket with web code, but that's not the case with a Check Point box.&amp;nbsp; It's not a web server &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Surely, there is a way to skin this cat, but I don't think it's going to be Check Point API.&amp;nbsp; You'll probably need to write a script using an AWS SDK that knows how to talk to the AWS API and such.&amp;nbsp; If anybody knows how to do that on a Check Point box, I am all ears.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jan 2018 01:35:00 GMT</pubDate>
    <dc:creator>Michael_Lawrenc</dc:creator>
    <dc:date>2018-01-11T01:35:00Z</dc:date>
    <item>
      <title>There is possible access S3 objects using R80 APIs, or this is exclusive for vSEC product?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/There-is-possible-access-S3-objects-using-R80-APIs-or-this-is/m-p/21724#M1350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to send archive backup files to a S3 Bucket, from my on-prem Mgmt Server R80.10 (Gaia/OpenServer) but the only documentation that I found so far is for vSEC for AWS.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 16:26:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/There-is-possible-access-S3-objects-using-R80-APIs-or-this-is/m-p/21724#M1350</guid>
      <dc:creator>Elizabeth_Gil</dc:creator>
      <dc:date>2018-01-09T16:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: There is possible access S3 objects using R80 APIs, or this is exclusive for vSEC product?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/There-is-possible-access-S3-objects-using-R80-APIs-or-this-is/m-p/21725#M1351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My GUESS is that, no you wouldn't be able to use the Check Point API to access your S3 bucket from outside your AWS infrastructure.&amp;nbsp; S3 is an Amazon thing, not a Check Point thing. S3 access from the outside is going to require IAMs and all that good stuff - it really is (as I understand it) designed for storage of assets for use by other AWS assets (EC2 instances, EBS setups, etc.)&amp;nbsp; that then serve things out via web interfaces.&amp;nbsp; It's easy enough to post to an S3 bucket with web code, but that's not the case with a Check Point box.&amp;nbsp; It's not a web server &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Surely, there is a way to skin this cat, but I don't think it's going to be Check Point API.&amp;nbsp; You'll probably need to write a script using an AWS SDK that knows how to talk to the AWS API and such.&amp;nbsp; If anybody knows how to do that on a Check Point box, I am all ears.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 01:35:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/There-is-possible-access-S3-objects-using-R80-APIs-or-this-is/m-p/21725#M1351</guid>
      <dc:creator>Michael_Lawrenc</dc:creator>
      <dc:date>2018-01-11T01:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: There is possible access S3 objects using R80 APIs, or this is exclusive for vSEC product?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/There-is-possible-access-S3-objects-using-R80-APIs-or-this-is/m-p/21726#M1352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vSEC doesn't directly interface with S3 at all.&lt;/P&gt;&lt;P&gt;That said, it's relatively easy to upload files to an S3 bucket using curl and a shell script similar to the following:&amp;nbsp;&lt;A class="link-titled" href="https://gist.github.com/chrismdp/6c6b6c825b07f680e710" title="https://gist.github.com/chrismdp/6c6b6c825b07f680e710"&gt;Uploading to S3 in 18 lines of Shell (used to upload builds for http://soltrader.net) · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I personally haven't tested this, but can't think of reason why it wouldn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 04:55:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/There-is-possible-access-S3-objects-using-R80-APIs-or-this-is/m-p/21726#M1352</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-01-11T04:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: There is possible access S3 objects using R80 APIs, or this is exclusive for vSEC product?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/There-is-possible-access-S3-objects-using-R80-APIs-or-this-is/m-p/21727#M1353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Michael is what I'm going to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 13:54:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/There-is-possible-access-S3-objects-using-R80-APIs-or-this-is/m-p/21727#M1353</guid>
      <dc:creator>Elizabeth_Gil</dc:creator>
      <dc:date>2018-01-11T13:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: There is possible access S3 objects using R80 APIs, or this is exclusive for vSEC product?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/There-is-possible-access-S3-objects-using-R80-APIs-or-this-is/m-p/21728#M1354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&amp;nbsp;Dameon&amp;nbsp;very useful information.&amp;nbsp; I&amp;nbsp;was thinking that I was going to need a specific Library or something. I will work with this script.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 13:57:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/There-is-possible-access-S3-objects-using-R80-APIs-or-this-is/m-p/21728#M1354</guid>
      <dc:creator>Elizabeth_Gil</dc:creator>
      <dc:date>2018-01-11T13:57:15Z</dc:date>
    </item>
  </channel>
</rss>

