-
-
Notifications
You must be signed in to change notification settings - Fork 150
Response error object other than the expected StorageError is returned. #273
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Duplicated with #133 |
This is not a duplicate of #133 I.e. the "error" member of the received payload is missing in StorageError. |
I am having the same issue. I try to upload a file called css.png and it says 'The object name contains invalid characters'. Not sure if it's my policies on my bucket, but css.png is definitely valid. |
I'm having the same issue and it cripples my project as suddenly images are not uploaded. |
I've the same problem as the original author described. I think the other comments are not related to the original issue, this is just a error type problem. |
Lines 50 to 57 in 8fa98fa
Lines 56 to 66 in 8fa98fa
Lines 33 to 42 in 8fa98fa
|
Bug report
Describe the bug
A non-StorageError response error object is returned.
To Reproduce
{statusCode: '400', error: 'Invalid Input', message: 'The object name contains invalid characters'}
)Expected behavior
Newly implement a response or expected response structure with a StorageError structure.
System information
The text was updated successfully, but these errors were encountered: