ibm-cloud-docs / cloud-object-storage

cloud-object-storage
15 stars 46 forks source link

Special characters in tags #178

Closed gnietof closed 8 months ago

gnietof commented 8 months ago

According to the documentation,

*"A Tag key and value may consist of US Alpha Numeric Characters (a-zA-Z0-9), and spaces representable in UTF-8, and the following symbols: !, _, ., , `, (, ), -, :"**.

I have received 400 errors when using parenthesis in the tag value. S3 reference in Amazon says that parenthesis are not allowed. So, probably the documentation for IBM Storage is not accurate regarding allowed characters.

kaloriaibm commented 8 months ago

According to the IBM Cloud Object Storage topic: https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-object-tagging

A Tag key and value may consist of US Alpha Numeric Characters (a-zA-Z0-9), and spaces representable in UTF-8, and the following symbols: _, ., *, `, -, :

No references to parenthesis.

Closing issue