0010-00000212

更新时间:
复制 MD 格式

Problem description

The <Key> element in the object tag contains invalid characters.

Causes

The tag key includes one or more characters that OSS does not allow.

Examples

None

Solutions

A tag key (<Key>) can contain only the following characters:

  • Letters: a–z, A–Z

  • Digits: 0–9

  • Spaces

  • Special characters: + - = . _ : /

Any other character — such as !, @, #, $, %, ^, &, *, (, ), ? — causes this error.

Fix your tag key

Check your tag key against the list above and remove or replace any disallowed character.

Examples of valid tag keys:

Tag keyValid
envYes
project-nameYes
cost_centerYes
deploy:versionYes

Examples of invalid tag keys:

Tag keyInvalid character
my!key!
env@prod@
cost (center)( )

References