Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 3.17 KB

create-s3-compatible-shortcut.md

File metadata and controls

71 lines (46 loc) · 3.17 KB
title description ms.reviewer ms.author author ms.search.form ms.topic ms.custom ms.date
Create an Amazon S3 compatible shortcut
Learn how to create an S3 compatible shortcut.
eloldag
mahi
Matt1883
Shortcuts
how-to
build-2024
3/26/2024

Create an Amazon S3 compatible shortcut

In this article, you learn how to create an S3 compatible shortcut inside a Fabric lakehouse.

For an overview of shortcuts, see OneLake shortcuts.

[!INCLUDE feature-preview-note]

Prerequisites

Create a shortcut

  1. Open a lakehouse.

  2. Right-click on a directory within the Lake view of the lakehouse.

  3. Select New shortcut.

    :::image type="content" source="media/create-onelake-shortcut/new-shortcut-lake-view.png" alt-text="Screenshot of right click context menu showing where to select New shortcut from the Lake view.":::

Select a source

  1. Under External sources, select Amazon S3 compatible.

    :::image type="content" source="media/create-s3-compatible-shortcut/s3-compatible-shortcut-card.png" alt-text="Screenshot of the New shortcut window showing the two methods for creating a shortcut. The option titled Amazon S3 Compatible is highlighted." lightbox="media/create-s3-compatible-shortcut/s3-compatible-shortcut-card.png":::

  2. Enter the Connection settings according to the following table:

    :::image type="content" source="media/create-s3-compatible-shortcut/s3-compatible-shortcut-details.png" alt-text="Screenshot of the New shortcut window showing the Connection settings and Connection credentials." lightbox="media/create-s3-compatible-shortcut/s3-compatible-shortcut-details.png":::

    Field Description Value
    URL The connection string for your S3 compatible endpoint. For this shortcut type, you must provide a non-bucket specific URL. https://s3.contoso.com
    Connection Previously defined connections for the specified storage location appear in the drop-down. If no connections exist, create a new connection. Create new connection
    Connection name The S3 compatible connection name. A name for your connection.
    Access Key ID The access key ID to be used when accessing the S3 compatible endpoint. Your access key.
    Secret Access Key The secret key associated with the access key ID. Your secret key.
  3. Select Next.

  4. Enter a name for your shortcut.

    Optionally, you can enter a sub path to select a specific folder in your S3 bucket.

    [!NOTE] Shortcut paths are case sensitive.

  5. Select Create.

The lakehouse automatically refreshes. The shortcut appears under Files in the Explorer pane.

Related content