# Overview Currently we have the s3 extra defined for pandas usage. The goal is to refactor this functionality to use duckdb to load and save from s3 storage. Details of the s3 compatibility in duckdb can be found inthese links: - httpfs extension: https://duckdb.org/docs/stable/core_extensions/httpfs/overview - s3 API support: https://duckdb.org/docs/stable/core_extensions/httpfs/s3api