> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog: 2024-11-27

## Highlights

* *Remote Storage Source Connection*: Added the `flexai training storage` command manage connections to Remote Storage Sources, such as AWS, GCS, MinIO, and R2.
* *Pushing a Dataset from a Remote Storage Source*: Added support for pushing Datasets from a Remote Storage Source Connection to `flexai dataset push`.

## Added

* Added the `flexai training storage` command to manage connections to Remote Storage Sources, such as AWS, GCS, MinIO, and R2. To learn more visit:
  * The [Storage command reference](/cli/reference/storage)
  * The [Uploading Datasets from Remote Sources](/platform-services/dataset-manager/from-remote/) guide

## Changed

* Added support for *Remote Storage Source Connections* to `flexai dataset push`:

  ```diff lang="flexi" theme={null}
  flexai dataset push <dataset_name> \
  +  --source-path <bucket/resource/path>
  +  --storage-provider <name_of_the_storage_connection>
  ```

  For more details:

  * Visit the `flexai dataset push` command reference [Dataset push command reference](/cli/reference/dataset/push).
