Bucket access policies allow you to define precise, S3-compatible access control for one bucket. These are optional, and are evaluated after organization access policies. See Manage Bucket Policies for examples and further information.
Example usage
Schema
Required
bucket (String) The name of the bucket for which to apply this policy.
policy (String) Text of the policy. Must be valid JSON. The coreweave_object_storage_bucket_policy_document data source may be used, simply reference the .json attribute of the data source.
Import
Import is supported using the following syntax:
Last modified on June 29, 2026