<?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: S3 Copy Data Unable to View Directory in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/4661040#M8742</link>
    <description>&lt;P class="" data-start="73" data-end="86"&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/921266"&gt;@RLouis24&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P class="" data-start="73" data-end="86"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="" data-start="88" data-end="110"&gt;Thanks for the update. Since the connection works for shortcuts but fails during Copy Data browsing, it indicates stricter SSL validation is enforced in the Copy Data UI.&lt;/P&gt;
&lt;P class="" data-start="261" data-end="292"&gt;This error typically occurs if:&lt;/P&gt;
&lt;UL data-start="293" data-end="472"&gt;
&lt;LI class="" data-start="293" data-end="359"&gt;
&lt;P class="" data-start="295" data-end="359"&gt;The S3 endpoint uses a self-signed or untrusted SSL certificate.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="" data-start="360" data-end="424"&gt;
&lt;P class="" data-start="362" data-end="424"&gt;The certificate domain doesn't exactly match the endpoint URL.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="" data-start="425" data-end="472"&gt;
&lt;P class="" data-start="427" data-end="472"&gt;A custom S3-compatible service is being used.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="" data-start="474" data-end="492"&gt;Could you confirm:&lt;/P&gt;
&lt;OL data-start="493" data-end="626"&gt;
&lt;LI class="" data-start="493" data-end="547"&gt;
&lt;P class="" data-start="496" data-end="547"&gt;Are you using standard AWS S3 or a custom endpoint?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="" data-start="548" data-end="626"&gt;
&lt;P class="" data-start="551" data-end="626"&gt;Is the certificate from a trusted CA and does it match the endpoint domain?&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="" data-start="628" data-end="754"&gt;In the meantime, try entering the full S3 path manually in the Copy Data activity this often bypasses the TLS check in the UI.&lt;/P&gt;
&lt;P class="" data-start="628" data-end="754"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="" data-start="628" data-end="754"&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Apr 2025 11:57:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-04-21T11:57:22Z</dc:date>
    <item>
      <title>S3 Copy Data Unable to View Directory</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/4649023#M8546</link>
      <description>&lt;DIV&gt;Good Day,&lt;/DIV&gt;&lt;DIV&gt;I'm trying to source from a S3 Bucket into my Fabric OneLake.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have set up a successful managed connection that I am able to succesfully create a shortcut in my Lakehouse utilizing.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;When I try to use the same connection via a Copy Data Activity, I'm unable to see anything within the bucket/directory along with, if I try to browse once I input my directory name I get the TLS Error below:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The file operation is failed. A WebException with status TrustFailure was thrown. The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. The remote certificate is invalid according to the validation procedure.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have these permissions on the S3 Side:&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"s3:GetObject",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"kms:Decrypt",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"kms:GenerateDataKey",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"s3:GetBucketLocation",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"s3:ListBucket",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"s3:GetObjectVersion",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"s3:ListAllMyBuckets"*&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Apr 2025 15:52:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/4649023#M8546</guid>
      <dc:creator>RLouis24</dc:creator>
      <dc:date>2025-04-11T15:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: S3 Copy Data Unable to View Directory</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/4650491#M8558</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/921266"&gt;@RLouis24&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for using Microsoft Community Forum.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on the TLS error you're encountering during the Copy Data activity &lt;EM&gt;“TrustFailure The remote certificate is invalid”&amp;nbsp;&lt;/EM&gt;the issue is due to Microsoft Fabric being unable to validate the SSL/TLS certificate presented by your S3 endpoint.&lt;/P&gt;
&lt;P&gt;This commonly happens when:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The certificate is self-signed or from an untrusted Certificate Authority (CA).&lt;/LI&gt;
&lt;LI&gt;There's a mismatch between the certificate domain and the endpoint URL.&lt;/LI&gt;
&lt;LI&gt;You're using a custom S3-compatible service with an unsupported certificate.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To resolve this, please ensure your S3 endpoint uses a valid SSL certificate from a trusted CA, and that the endpoint domain matches the certificate. If you’re behind a firewall or using SSL inspection, verify that no intermediary certificates are causing the trust issue.&lt;/P&gt;
&lt;P&gt;As a temporary workaround, you can manually enter the full file path in the Copy Data activity instead of using the browse option.&lt;/P&gt;
&lt;P&gt;For more guidance, refer to the following documentation : &lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/connector-amazon-s3" target="_blank"&gt;setting up Amazon S3 connections&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this will reslove your issue, if you need any further assistance, feel free to reach out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;helps, then please give us Kudos and consider&amp;nbsp;Accept it as a solution&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thankyou.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 04:13:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/4650491#M8558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-14T04:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: S3 Copy Data Unable to View Directory</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/4656674#M8658</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/921266"&gt;@RLouis24&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 04:11:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/4656674#M8658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-17T04:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: S3 Copy Data Unable to View Directory</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/4657495#M8672</link>
      <description>&lt;P&gt;Good Morning, no this did not solve the issue. Thank you for the effort though!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 12:21:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/4657495#M8672</guid>
      <dc:creator>RLouis24</dc:creator>
      <dc:date>2025-04-17T12:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: S3 Copy Data Unable to View Directory</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/4661040#M8742</link>
      <description>&lt;P class="" data-start="73" data-end="86"&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/921266"&gt;@RLouis24&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P class="" data-start="73" data-end="86"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="" data-start="88" data-end="110"&gt;Thanks for the update. Since the connection works for shortcuts but fails during Copy Data browsing, it indicates stricter SSL validation is enforced in the Copy Data UI.&lt;/P&gt;
&lt;P class="" data-start="261" data-end="292"&gt;This error typically occurs if:&lt;/P&gt;
&lt;UL data-start="293" data-end="472"&gt;
&lt;LI class="" data-start="293" data-end="359"&gt;
&lt;P class="" data-start="295" data-end="359"&gt;The S3 endpoint uses a self-signed or untrusted SSL certificate.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="" data-start="360" data-end="424"&gt;
&lt;P class="" data-start="362" data-end="424"&gt;The certificate domain doesn't exactly match the endpoint URL.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="" data-start="425" data-end="472"&gt;
&lt;P class="" data-start="427" data-end="472"&gt;A custom S3-compatible service is being used.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="" data-start="474" data-end="492"&gt;Could you confirm:&lt;/P&gt;
&lt;OL data-start="493" data-end="626"&gt;
&lt;LI class="" data-start="493" data-end="547"&gt;
&lt;P class="" data-start="496" data-end="547"&gt;Are you using standard AWS S3 or a custom endpoint?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="" data-start="548" data-end="626"&gt;
&lt;P class="" data-start="551" data-end="626"&gt;Is the certificate from a trusted CA and does it match the endpoint domain?&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="" data-start="628" data-end="754"&gt;In the meantime, try entering the full S3 path manually in the Copy Data activity this often bypasses the TLS check in the UI.&lt;/P&gt;
&lt;P class="" data-start="628" data-end="754"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="" data-start="628" data-end="754"&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 11:57:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/4661040#M8742</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-21T11:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: S3 Copy Data Unable to View Directory</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/4666503#M8820</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/921266"&gt;@RLouis24&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 11:14:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/4666503#M8820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-24T11:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: S3 Copy Data Unable to View Directory</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/4669824#M8872</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/921266" target="_blank"&gt;@RLouis24&lt;/A&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 04:10:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/4669824#M8872</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-28T04:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: S3 Copy Data Unable to View Directory</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/4671032#M8897</link>
      <description>&lt;P&gt;It has not resolved it. I am going to just utilize spark scripts to read from the S3 shortcut instead and write to my OneLake.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 12:41:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/4671032#M8897</guid>
      <dc:creator>RLouis24</dc:creator>
      <dc:date>2025-04-28T12:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: S3 Copy Data Unable to View Directory</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/4676627#M9015</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/921266"&gt;@RLouis24&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your confirmataion, m&lt;SPAN&gt;ay I ask if you have resolved this issue by using spark scripts? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 05:13:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/4676627#M9015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-05-02T05:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: S3 Copy Data Unable to View Directory</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/5134615#M15501</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Here is how you can fix it:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;As the connection URL use plain &lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://s3.amazonaws.com" target="_blank"&gt;https://s3.amazonaws.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 12:22:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/S3-Copy-Data-Unable-to-View-Directory/m-p/5134615#M15501</guid>
      <dc:creator>frank-panosai</dc:creator>
      <dc:date>2026-03-18T12:22:11Z</dc:date>
    </item>
  </channel>
</rss>

