🛢️Data Hub

Connecting a bucket through credentials

To connect to a bucket, select the bucket you want to connect to from the bucket list and click the "Connect" button on the right to view the connection information.

You can connect to a bucket according to the bucket connection guide document. This document shares some examples of how to use it.

As mentioned in the explanation above, various third-party tools that support S3 compatibility can be used. It is recommended to check in advance whether the program you want to use supports the S3 interface.

cyberduck

Cyberduck is one of the free FTP clients that support S3. It supports Windows and macOS operating systems.

After installation, when you run it, you can see the following screen. You can create a new connection by selecting the "+" button at the bottom.

When you create a new connection, it will connect via FTP. Select the dropdown at the top to see the various available options.

When you select the dropdown, you will see the following screen. In the initial installation, there may be no settings for S3 as shown below. Select "More options" to import the S3 settings.

Search for "s3 https", find "S3 (HTTPS)", and select the checkbox as shown in the picture below. Then, without saving separately, close the screen, and it will be loaded on the connection screen.

Create a new connection by clicking the "+" button. Then, select "S3 (HTTPS)" from the dropdown. (If you don't see the settings within "More options", select the left arrow.) The values used for the connection are as follows. You can use the values provided in the bucket connection guide document.

  • Server

    • The URL of the server you want to connect to. Please enter the value excluding "https://".

    • You can use the "Endpoint host" in the bucket connection guide.

  • Anonymous Login

    • If the bucket allows anonymous access, select the checkbox.

    • In this case, no separate Access Key and Secret Access Key are required.

  • Path

    • Enter the "Bucket name" from the bucket connection guide document.

For additional help, please refer to the document below.

Last updated