---
title: "Upload an artifact to S3 and save as a S3 object."
method: POST
path: "/s3/{name}"
tags: ["Storage"]
---

# Upload an artifact to S3 and save as a S3 object.

`POST /s3/{name}`

The content length parameter must be exactly same as the size of the stream. DO NOT upload any sensitive data file.

## Path parameters

- `name` string, required

## Query parameters

- `content-length` integer
- `folder` string

## Headers

- `content-length` string

## Response `default`

default response

- UploadS3Response
  - `url` string

---

[API](https://skmtc.dev/apple/apis/batch-processing-gateway-api.md) · [All operations](https://skmtc.dev/apple/apis/batch-processing-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apple/batch-processing-gateway-api/revisions/01a8fc362221/schema)
