GoogleCloudPlatform / GoogleCloudPlatform/spring-cloud-gcp
[spring-cloud-gcp-storage] GoogleStorageResource implements method createFrom
Open
priority: p2
type: enhancement
- Dominant language
- Java
- Stars
- 551
- Forks
- 349
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 14
Description
Suggestion to implement the below method in `GoogleStorageResource` to cover more use cases:
```java
public Blob createFrom(InputStream inputStream) {
return this.storage.createFrom(BlobInfo.newBuilder(getBlobId()).build(), inputStream);
}
```
Contributor guide
Assessment
This issue has not been assessed yet.