> For the complete documentation index, see [llms.txt](https://docs.rhinofcp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rhinofcp.com/getting-started/quick-start-guide/importing-and-exporting-datasets-to-and-from-your-network-storage.md).

# Importing and Exporting Datasets to and from Your Network Storage

You can import and export datasets on the Rhino FCP to and from the following places:

* Amazon Web Services (AWS) S3
* Google Cloud Platform's (GCP) Cloud Storage (CS)
* Server Message Block (SMB) network file sharing protocol
* Azure Blob Storage

## Prerequisite

Before you can complete these instructions, you will need to mount the bucket or directory that contains the data you want to access. To do this, follow the steps in [Mounting Storage to Your Rhino Client](/getting-started/quick-start-guide/mounting-storage-to-your-rhino-client.md).

## Import Datasets

[Import a new dataset](/datasets/importing-viewing-a-datasets-configuration-and-exporting-datasets.md) and point the data location to your cloud storage data relative to the Client Mount Paths, see more detail in the Example below.

The integration is available at the workgroup level. Each workgroup can set up their own buckets or network share. Those buckets or network shares are not accessible to other workgroups.

### Example: Importing a file from AWS S3

Suppose you want to import file that is located in a S3 bucket. Here is how you would do this.

{% stepper %}
{% step %}
Find your data by navigating to your organization storage (click on the S3 arrow button)

![](/files/2d1f402c10b9e429710285aa8364a9aebb5f6363)
{% endstep %}

{% step %}
Find the data you want to import, e.g., **automapper/ORGDataSet.csv**.

![](/files/b8f4efc6826f0aa5c04c9591efebbb09af218139)
{% endstep %}

{% step %}
Go to Settings > Client Mounted Storage.
{% endstep %}

{% step %}
In the Client Mounted Storage page, find the Client Mount Path that has the file, in this case **/rhino\_data/external/s3**. Click the blue rectangle next to it to copy it.

![](/files/1d555facf4c70aa4ab69920cdb07a520a59e19a8)
{% endstep %}

{% step %}
In the Datasets page, on the Overview tab, select **Import New Dataset** and follow the instructions in [Importing a New Dataset in the Rhino FCP GUI](/datasets/importing-viewing-a-datasets-configuration-and-exporting-datasets.md).
{% endstep %}

{% step %}
Set the data location as **Client Mounted Path/Relative Path to Your Data in S3**. Following the example in steps 2 and 4, it'd would look like as follows:

![](/files/ba591e5a197c3388a5b2e31b6ff2980eaf00755f)
{% endstep %}

{% step %}
Select Import New Dataset.
{% endstep %}
{% endstepper %}

## Export Datasets

To export an existing dataset, follow the steps described in [Exporting a Dataset](/datasets/importing-viewing-a-datasets-configuration-and-exporting-datasets.md). The Rhino integration with your network storage should be configured as `Is read only` = `False` to allow your Rhino Client to save the exported files in your network storage. (If you are not sure if `Is read only` = `False` in your configuration, please contact the Rhino support team.)

Datasets will be exported to the file storage path set in the integration. For the AWS import example above, datasets would exported to your AWS S3 bucket named `my_bucket`.
