0016-00000001

Updated at:

Problem description

The object name in the request is empty.

Causes

The request sends an empty string as the object name.

Examples

No examples are available for this error code.

Solutions

Make sure the object name is not empty and follows these naming conventions:

  • Encode the name in UTF-8.

  • Use 1 to 1,023 characters.

  • Do not start the name with a forward slash (/) or a backslash (\).

  • Object names are case-sensitive.

References

Object naming conventions