> For the complete documentation index, see [llms.txt](https://daton-sarasanalytics.gitbook.io/daton/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daton-sarasanalytics.gitbook.io/daton/integrations/destinations/amazon-s3/release-notes.md).

# Release Notes

## April 2022

* All uppercase characters in table names will now be converted to lowercase.&#x20;
* Existing users: Uppercase characters will remain the same in existing tables.&#x20;
* New tables will have all lowercase names.&#x20;
* Special characters will be replaced with an underscore.

## January 2022

* Fix for zero values for the numeric datatype. #2334&#x20;
* Fix for socket exception.

## December 2021

S3 source Connector schema management changes have been done.&#x20;

## November 2021

* Data is not loaded into the destination, fix for empty column names.
* Currently, Disable the Data Type and Column Inference in advanced settings is in the edit flow.
* Fixed the java.lang.NullPointerException for some of the syncs.

## June 2020

Enhancements to handle txt files with tab, and pipe delimiters.

*Read more about <mark style="color:green;">Amazon S3</mark> connector* [*here*](/daton/integrations/data-sources/files/amazons3.md)*.*


---

# 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://daton-sarasanalytics.gitbook.io/daton/integrations/destinations/amazon-s3/release-notes.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.
