<?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: How to connect to GCP Bucket from AEM Managed Services in Adobe Experience Manager Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-connect-to-gcp-bucket-from-aem-managed-services/m-p/454989#M130807</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17500690"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I believe there is nothing do from AEM side, this question seems to be more related to Google Cloud Storage API - you may try looking into API docs here&amp;nbsp;&lt;A href="https://cloud.google.com/java/docs/reference/google-cloud-storage/latest/com.google.cloud.storage.Bucket" target="_blank" rel="noopener"&gt;https://cloud.google.com/java/docs/reference/google-cloud-storage/latest/com.google.cloud.storage.Bucket&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Santosh&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jun 2022 02:23:16 GMT</pubDate>
    <dc:creator>SantoshSai</dc:creator>
    <dc:date>2022-06-07T02:23:16Z</dc:date>
    <item>
      <title>How to connect to GCP Bucket from AEM Managed Services</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-connect-to-gcp-bucket-from-aem-managed-services/m-p/454951#M130796</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We have a requirement to connect to GCP and download the binaries into AEM DAM&lt;BR /&gt;&lt;BR /&gt;So, currently, we are planning to read environment variables using the below API.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Has anyone worked on this implementation?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Our first hurdle is how to set and read Environment variables in AEM Managed services.&lt;BR /&gt;Any leads/advise would be appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;import com.google.api.gax.paging.Page;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;import com.google.cloud.storage.Bucket;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;import com.google.cloud.storage.Storage;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;import com.google.cloud.storage.StorageOptions;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;StorageOptions.Builder b = StorageOptions.newBuilder().setProjectId("mygcp-aem-intg-lwr");&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Storage storage = b.build().getService();&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Page&amp;lt;Bucket&amp;gt; buckets = storage.list();&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;for (Bucket bucket : buckets.iterateAll()) {&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mrudul&lt;BR /&gt;&lt;BR /&gt;&lt;LI-USER uid="17471100"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 17:19:41 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-connect-to-gcp-bucket-from-aem-managed-services/m-p/454951#M130796</guid>
      <dc:creator>mrudul</dc:creator>
      <dc:date>2022-06-06T17:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to GCP Bucket from AEM Managed Services</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-connect-to-gcp-bucket-from-aem-managed-services/m-p/454989#M130807</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17500690"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I believe there is nothing do from AEM side, this question seems to be more related to Google Cloud Storage API - you may try looking into API docs here&amp;nbsp;&lt;A href="https://cloud.google.com/java/docs/reference/google-cloud-storage/latest/com.google.cloud.storage.Bucket" target="_blank" rel="noopener"&gt;https://cloud.google.com/java/docs/reference/google-cloud-storage/latest/com.google.cloud.storage.Bucket&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Santosh&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 02:23:16 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-connect-to-gcp-bucket-from-aem-managed-services/m-p/454989#M130807</guid>
      <dc:creator>SantoshSai</dc:creator>
      <dc:date>2022-06-07T02:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to GCP Bucket from AEM Managed Services</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-connect-to-gcp-bucket-from-aem-managed-services/m-p/455107#M130863</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17500690"&gt;&lt;/LI-USER&gt;&amp;nbsp;- What are the values that you are trying to read from the environment variables? Do they vary per AEM's environment like DEV, QA, Stage and Prod? If yes, any reason why runmodes don't fit into your requirement?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Fani&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 15:11:00 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-connect-to-gcp-bucket-from-aem-managed-services/m-p/455107#M130863</guid>
      <dc:creator>Fanindra_Surat</dc:creator>
      <dc:date>2022-06-07T15:11:00Z</dc:date>
    </item>
  </channel>
</rss>

