Deletes the overwrite rule configuration for a bucket.
Usage note
You must have the oss:DeleteBucketOverwriteConfig permission.
Command format
ossutil api delete-bucket-overwrite-config --bucket value [flags]
|
Parameter |
Type |
Description |
|
--bucket |
string |
The bucket name. |
Note
-
This command calls the DeleteBucketOverwriteConfig API. For parameter details, see DeleteBucketOverwriteConfig.
-
For supported global command-line options, see Supported global command-line options.
Example
-
Delete the overwrite rule configuration for the bucket named examplebucket.
ossutil api delete-bucket-overwrite-config --bucket examplebucket