---
title: "Save install object-store configuration"
method: PUT
path: "/install/object-store"
tags: ["Install"]
---

# Save install object-store configuration

`PUT /install/object-store`

Records the object-store mode selected during browser install. Requires the one-time install token.

## Request body

- InstallObjectStoreInput — Object-store mode selected during browser install.
  - `provider` 'local' | 's3', required
  - `root` string
  - `bucket` string
  - `region` string
  - `credential_mode` 'runtime' | 'access_key'
  - `access_key_id` string
  - `secret_access_key` string

## Response `204`

Object-store configuration recorded

## Other responses

- `401` — Invalid or missing install token
- `422` — Invalid install input

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/revisions/bee030053823/schema)
