---
title: Cloud storage and filesystem
description: dlt-verified source for reading files from cloud storage and local file system
keywords: [file system, files, filesystem, readers source, cloud storage, object storage, local file system]
---

The filesystem source allows seamless loading of files from the following locations:
* AWS S3
* Google Cloud Storage
* Google Drive
* Azure Blob Storage
* remote filesystem (via SFTP)
* local filesystem
* Public CDN

The filesystem source natively supports [CSV](../../file-formats/csv.md), [Parquet](../../file-formats/parquet.md), and [JSONL](../../file-formats/jsonl.md) files and allows customization for loading any type of structured file.



