# Google Storage Authentication

## Google Storage Authentication

### Description

This metadata type can be used to add a new Google Cloud Storage file system to your project. This allows you to connect to multiple storage accounts at the same time.

{% hint style="info" %}
We support variables, but VFS filesystems are only loaded at startup. This means only variables from the Hop system, project or environment level are supported.
{% endhint %}

### Options

| Option              | Description                                                        |
| ------------------- | ------------------------------------------------------------------ |
| Name                | Name of the file system, this will be used in file paths `name://` |
| Description         | Description field for additional information                       |
| Storage Account Key | The primary or secondary key of the storage account                |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.primeur.com/data-shaper-1.21/knowing-the-data-shaper-designer/index-2/google-storage-authentication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
