---
title: "Returns the s3 resource associated to the provided path, or the workspace default S3 resource"
method: POST
path: "/w/{workspace}/job_helpers/v2/s3_resource_info"
tags: ["helpers"]
---

# Returns the s3 resource associated to the provided path, or the workspace default S3 resource

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

## Path parameters

- `workspace` string, required

## Request body

- object
  - `s3_resource_path` string

## Response `200`

Connection settings

- S3Resource
  - `bucket` string, required
  - `region` string, required
  - `endPoint` string, required
  - `useSSL` boolean, required
  - `accessKey` string
  - `secretKey` string
  - `pathStyle` boolean, required

---

[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/153e19312d41/schema)
