Kvindo™ Cloud Docs
An S3 Access Policy is a standalone permission document written in the standard AWS S3 policy JSON format. It grants or denies specific S3 actions on specific resources. A policy does not reference a user or bucket on its own — attach it to one or more S3 Users (via their accessPolicyIds) to take effect.
• Policy document — an AWS-style JSON document with Version and a list of Statement entries (Effect, Action, Resource) in spec.policyJson
• Reusable — one policy can be attached to several S3 Users; edit it once to change their permissions together
• Least privilege — scope Action and Resource to just the buckets and operations each user needs
| UI Name | API / kc name | Terraform name | Optional | Format | Default | Is read only | Description |
|---|---|---|---|---|---|---|---|
| Policy JSON | spec.policyJson |
spec.policy_json |
No | string — AWS S3 policy document (JSON) | — | No | The permissions this policy grants |
A policy allowing all actions on the assets bucket.
Terraform
Python SDK
kc CLI
Resource docs
Examples