---
title: "Upload file to S3 bucket"
method: POST
path: "/w/{workspace}/job_helpers/upload_s3_file"
tags: ["helpers"]
---

# Upload file to S3 bucket

`POST /w/{workspace}/job_helpers/upload_s3_file`

## Path parameters

- `workspace` string, required

## Query parameters

- `file_key` string
- `file_extension` string
- `s3_resource_path` string
- `resource_type` string
- `storage` string
- `content_type` string
- `content_disposition` string

## Response `200`

File upload status

- object
  - `file_key` string, 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/bccfbf688a26/schema)
