Consistent consumes / produces declarations
GetObject had a wrong "produces" declarations, some others were not consistent. AWS SDK does not send "Accept" headers, but if we're using plain HTTP requests, a 406 NOT_ACCEPTABLE is returned from Spring MVC when a request comes in and the "Accept" / "Content-Type" headers do not match the expectations. Fixes #1208
Loading
Please sign in to comment