Hello,
An interesting bug was revealed in fleece today where an aws account number had a leading zero. This number was treated as octal and converted to decimal automatically which then obviously resulted in the error:
Could not fetch AWS Account credentials.
Status: 404
Reason: AWS account xxxxxxxx does not exist.
The correct behaviour would be to not perform this conversion on the input.
Hello,
An interesting bug was revealed in fleece today where an aws account number had a leading zero. This number was treated as octal and converted to decimal automatically which then obviously resulted in the error:
The correct behaviour would be to not perform this conversion on the input.