---
title: "Test S3 Connection"
method: POST
path: "/storage/user-s3/test"
tags: ["Storage"]
---

# Test S3 Connection

`POST /storage/user-s3/test`

Test connectivity to the configured S3 bucket by attempting a put/get/delete operation.

## Request body

- object
  - `bucket` string, required
  - `region` string, required
  - `accessKeyId` string, required
  - `secretAccessKey` string
  - `endpoint` string

## Response `200`

Connection test passed

## Other responses

- `400` — Connection test failed — check credentials and bucket name

---

[API](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api.md) · [All operations](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snapapi/snapapi-screenshot-web-data-api/versions/b12ff2791613/schema)
