changedInput schema / properties / bucketId / description
Previous value: -"The ID of the bucket to update."New value: +"The exact bucket ID to update, not the bucket name."
changedInput schema / properties / bucketInfo / description
Previous value: -"Custom metadata: <=10 pairs. Keys: 1-50 UTF-8 bytes, chars A-Z a-z 0-9 . _ ` ~ ! # $ % ^ & * ' | + -, no b2- prefix. Values total <=10,000 UTF-8 bytes."New value: +"Custom metadata: <=10 pairs. Keys: 1-50 UTF-8 bytes, chars A-Z a-z 0-9 . _ ` ~ ! # $ % ^ & * ' | + -, no b2- prefix. Values total <=10,000 UTF-8 bytes. Omit to leave current metadata unchanged."
addedInput schema / properties / bucketType / description
Added value: +"Optional visibility change. allPublic makes objects world-readable by URL and is governed by the configured destructive policy; omit to leave unchanged."
changedInput schema / properties / confirm / description
Previous value: -"Confirm a destructive change (making the bucket public, weakening Object Lock/lifecycle, or changing replication). Required when the server destructive policy is 'confirm' (the default); non-destructive updates do not need it."New value: +"Fallback confirmation for a gated bucket update when the effective server destructive policy is 'confirm' and MCP elicitation cannot run. Gated cases: bucketType allPublic, fileLockEnabled false, defaultRetention.mode null, lifecycleRules with daysFromHidingToDeleting, or any replicationConfiguration. Non-gated updates do not need it."
changedInput schema / properties / corsRules / description
Previous value: -"CORS rules: <=100. allowedOrigins/allowedOperations require 1-100 non-empty strings; allowedHeaders/exposeHeaders allow <=100. Strings <=999 chars. Per-rule UTF-8 total <1,000. Names unique."New value: +"CORS rules: <=100. allowedOrigins/allowedOperations require 1-100 non-empty strings; allowedHeaders/exposeHeaders allow <=100. Strings <=999 chars. Per-rule UTF-8 total <1,000. Names unique. On update, provided rules replace the existing set; omit to leave unchanged."
addedInput schema / properties / defaultServerSideEncryption / description
Added value: +"Default server-side encryption for new files in this bucket. Omit on update to leave unchanged."
addedInput schema / properties / defaultServerSideEncryption / properties / algorithm / description
Added value: +"Encryption algorithm. B2 supports AES256 for SSE-B2."
addedInput schema / properties / defaultServerSideEncryption / properties / mode / description
Added value: +"Use SSE-B2 to make AES256 the bucket default; use none to clear the bucket default."
addedInput schema / properties / lifecycleRules / description
Added value: +"When provided, replaces the bucket's B2 lifecycle rule set; omit to leave unchanged. Rules that delete hidden versions are destructive in effect and are governed by the configured destructive policy."
addedInput schema / properties / lifecycleRules / items / properties / daysFromHidingToDeleting / description
Added value: +"Optional days after a file is hidden before B2 permanently deletes it; minimum 1."
addedInput schema / properties / lifecycleRules / items / properties / daysFromStartingToCancelingUnfinishedLargeFiles / description
Added value: +"Optional days before B2 cancels unfinished large-file uploads; minimum 1."
addedInput schema / properties / lifecycleRules / items / properties / daysFromUploadingToHiding / description
Added value: +"Optional days after upload before B2 hides the current file version; minimum 1."
addedInput schema / properties / lifecycleRules / items / properties / fileNamePrefix / description
Added value: +"Object-key prefix this rule matches; use an empty string to match the bucket."
addedInput schema / properties / replicationConfiguration / description
Added value: +"Optional replication configuration. Omit to leave unchanged; any provided value changes persistent copy behavior and is confirmation-gated."
addedInput schema / properties / replicationConfiguration / properties / asReplicationDestination / description
Added value: +"Destination replication settings for buckets receiving replicated data."
addedInput schema / properties / replicationConfiguration / properties / asReplicationDestination / properties / sourceToDestinationKeyMapping / description
Added value: +"Mapping from source key IDs to destination key IDs."
addedInput schema / properties / replicationConfiguration / properties / asReplicationSource / description
Added value: +"Source replication settings. Provided rules replace the source config."
addedInput schema / properties / replicationConfiguration / properties / asReplicationSource / properties / replicationRules / items / properties / destinationBucketId / description
Added value: +"Destination bucket ID that receives replicated objects."
addedInput schema / properties / replicationConfiguration / properties / asReplicationSource / properties / replicationRules / items / properties / fileNamePrefix / description
Added value: +"Optional object-key prefix to replicate; omit for all objects."
addedInput schema / properties / replicationConfiguration / properties / asReplicationSource / properties / replicationRules / items / properties / includeExistingFiles / description
Added value: +"If true, B2 also queues existing matching files for replication."
addedInput schema / properties / replicationConfiguration / properties / asReplicationSource / properties / replicationRules / items / properties / isEnabled / description
Added value: +"Whether this replication rule is active."
addedInput schema / properties / replicationConfiguration / properties / asReplicationSource / properties / replicationRules / items / properties / priority / description
Added value: +"Rule priority used by B2 when rules overlap."
addedInput schema / properties / replicationConfiguration / properties / asReplicationSource / properties / replicationRules / items / properties / replicationRuleName / description
Added value: +"Unique name for this rule."
addedInput schema / properties / replicationConfiguration / properties / asReplicationSource / properties / sourceApplicationKeyId / description
Added value: +"Application key ID B2 uses as the replication source credential."