> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/import-data/import-data-it/guida-allimportazione/importa-i-dati-dei-prodotti/importa-tramite-un-webshop/server-amazon-aws-s3.md).

# server Amazon AWS S3

Puoi importare un file XML, CSV, TXT o JSON direttamente dal tuo bucket Amazon AWS S3 con questi passaggi:

{% stepper %}
{% step %}

### Aggiungi un nuovo import XML/CSV/TXT/JSON

* Vai a **Configura > Import**.
* Clicca **Configura importazione** (o **Combina importazioni** se hai aggiunto un import in questo progetto).
* Scegli il tipo di file di cui hai bisogno (XML, CSV, TXT o JSON).
  {% endstep %}

{% step %}

### Configura le impostazioni di Amazon S3

Per configurare l'importazione da Amazon S3, usa le seguenti impostazioni:

* **Protocollo:** "https\://".
* Inserisci l' **URL** del tuo file.

{% hint style="info" %}
Importante: l'URL deve contenere la regione in cui è ospitato il tuo bucket (per esempio "eu-central-1"). L'importazione funzionerà solo con un URL di un bucket S3, non con un dominio personalizzato.
{% endhint %}

* **Autenticazione:** Amazon S3.
* Inserisci la tua **AWS Access key ID** e la tua **AWS secret access key**.

<figure><img src="/files/1e7040165f72c68cf98277e21c5b5a6330e3ea1a" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Importa i tuoi articoli

Dopo aver configurato le impostazioni Amazon S3 per il nuovo import, clicca **Avvia importazione**. Verrai indirizzato alla mappatura, dove devi cliccare **Salva e importa**.

Il tuo feed inizierà ora a importare dal server Amazon AWS S3.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://helpcenter.channable.com/import-data/import-data-it/guida-allimportazione/importa-i-dati-dei-prodotti/importa-tramite-un-webshop/server-amazon-aws-s3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
