# 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: 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://helpcenter.channable.com/import-data/import-data-it/guida-pratica-allimportazione/importa-i-tuoi-dati-di-prodotto/importa-tramite-un-webshop/server-amazon-aws-s3.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.
