Current implementation implements the base [Resource](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/io/Resource.html) abstraction. The implemenation of the extended [WritableResource](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/io/WritableResource.html) abstraction is really missing. Although one may have a component/microservice that just reads resources, many solutions need both the read and the write capabilities. Thanks.