Problem description
The Prefix parameter of the Filter node in the PutBucketInventory request is set to an invalid value.
Causes
The value of the Prefix parameter in the Filter node exceeds the length limit.
The value of the Prefix parameter in the Filter node contains invalid characters.
Examples
The value of the Prefix parameter of the Filter node in the PutBucketInventory request exceeds 1,023 characters in length.
The value of the Prefix parameter of the Filter node in the PutBucketInventory request contains ampersand (
&
) characters. Ampersand characters are not allowed in the value of the Prefix parameter.
Solutions
Make sure that the value of the Prefix parameter of the Filter node does not exceed 1,023 characters in length.
Make sure that the value of the Prefix parameter of the Filter node in the PutBucketInventory request does not contain non-UTF-8 characters, including control characters.