Create Scaleway Object Storage bucket
scaleway_s3_create_bucketCreate an empty, private Object Storage bucket on Scaleway, then configure visibility, versioning, tags, CORS, website, lifecycle, or encryption with companion tools.
Instructions
Create a new, empty Object Storage bucket, private by default. Configure it afterwards with the scaleway_s3_*bucket* config tools (visibility, versioning, tags, CORS, website, lifecycle, encryption). Object Lock cannot be enabled at creation on Scaleway (the S3 create-time flag is silently ignored) - enable versioning then scaleway_s3_enable_object_lock afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | Bucket name, e.g. 'payments-backups'. | |
| region | No | Region to operate in. Defaults to the server's configured region (fr-par). |