> For the complete documentation index, see [llms.txt](https://docs.datagym.ai/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datagym.ai/documentation/dataset/manage-images/synchronize-with-aws-s3.md).

# Synchronize with AWS S3

{% hint style="warning" %}
External image are not downloaded from **Data**Gym.ai.
{% endhint %}

If a AWS S3 bucket is configured and connected you can also use the images from there.

{% hint style="info" %}
The usage of AWS S3 may be limited by your subscription plan.
{% endhint %}

**Data**Gym.ai does not recognise any changes made within that bucket. To synchronise the bucket and the dataset just use the related button.

![The result ](/files/-M93u9IdzcSz47KCBIet)

All synchronised images are listed within the result modal sorted by their state. The states are "added", "deleted" and "failed". Just toggle them to see all related images.

If something went wrong, an error dialogue is displayed with the error message received from AWS S3.

![](/files/-M93zUuzeg1OLAdwrepE)

The uploaded images appear in the images list with the image type "**AWS\_S3**".

![](/files/-M93wroucWDAqclws3GG)

There are also errors with external images that can occur at a later time. For example, when a linked image is not available anymore because it was deleted from your server. **Data**Gym.ai will detect these kind of errors, when you or your team members try to annotate or view these images in the label mode.

If an image is not reachable anymore or has an invalid data format, the corresponding task will be skipped. The specific image will be marked as invalid in your dataset's image list. Please occasionally check your image list to verify that all your images are valid.


---

# 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://docs.datagym.ai/documentation/dataset/manage-images/synchronize-with-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.
