Set

Update settings for an existing S3 bucket

tapit set s3 name=bucket_name [description='New description'] [external_access=true|false] [secret=true|false] [delete_protection=true|false]

Required

  • name

Parameters

  • name: Name of the S3 bucket to update (required)
  • description: Description of the bucket’s purpose
  • external_access: Provision IAM users for external access to the bucket (true/false)
  • secret: Treat the bucket as secret (true/false). Regular team members and read-only API/CLI users cannot read its contents without the view secrets permission
  • delete_protection: Enable (true) or disable (false) delete protection for the bucket