Problem description
The name of the object is empty.
Causes
The object name in the request is an empty string.
Examples
None.
Solutions
Make sure that the object name in the request is not an empty string and complies with the following naming conventions:
- The name of an object must be encoded in UTF-8.
- The name must be 1 to 1,023 characters in length.
- The name cannot start with a forward slash (/) or a backslash (\).
- The name is case-sensitive.