Problem description
The parameter of the specified query result for the SelectObject request is invalid.
Causes
You initiated a SelectObject request to store query results as an object in a destination bucket, but the parameter value does not follow the required format. The value must be the full path of the destination object, including the bucket name:
/TargetBucket/ObjectNameOmitting the bucket name or using a relative path causes this error.
Examples
SelectObject is in invitational preview. Examples are not available at this time.
Solutions
Make sure that the parameter of the specified query result for the SelectObject request is correctly specified. Use the following format:
/TargetBucket/ObjectNameReplace TargetBucket with the name of your destination bucket and ObjectName with the name you want to assign to the output object.