You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.