google-cloud-nio: CloudStorageFileSystemProvider throws UnsupportedException when used with Webflux + MultipartFile upload #4702
Labels
api: storage
Issues related to the Cloud Storage API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Because
CloudStorageFileSystemProvider
does not override thenewFileChannel
method it throws anUnsupportedOperationException
when used for Multipart file uploads withFilePart.transferto(Path path)
in a reactive Spring boot application.Environment details
Steps to reproduce
Code example
Stack trace
External references such as API reference guides used
Any additional information below
The text was updated successfully, but these errors were encountered: