GoogleCloudPlatform / GoogleCloudPlatform/spring-cloud-gcp

[spring-cloud-gcp-storage] GoogleStorageResource implements method createFrom

Open
#3,392 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.