---
title: "Converts an S3 resource to the set of instructions necessary to connect DuckDB to an S3 bucket"
method: POST
path: "/w/{workspace}/job_helpers/v2/duckdb_connection_settings"
tags: ["helpers"]
---

# Converts an S3 resource to the set of instructions necessary to connect DuckDB to an S3 bucket

`POST /w/{workspace}/job_helpers/v2/duckdb_connection_settings`

## Path parameters

- `workspace` string, required

## Request body

- object
  - `s3_resource_path` string

## Response `200`

Connection settings

- object
  - `connection_settings_str` string, required
  - `azure_container_path` string

---

[API](https://skmtc.dev/windmill/apis/windmill-api.md) · [All operations](https://skmtc.dev/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/cfa2f5fd9b93/schema)
