Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
marcusvoltolim opened this issue Nov 26, 2024 · 1 comment
Labels
priority: p2 type: enhancement New feature or request

Comments

@marcusvoltolim
Copy link

marcusvoltolim commented Nov 26, 2024

Suggestion to implement the below method in GoogleStorageResource to cover more use cases:

    public Blob createFrom(InputStream inputStream) {
        return this.storage.createFrom(BlobInfo.newBuilder(getBlobId()).build(), inputStream);
    }
@marcusvoltolim marcusvoltolim changed the title [gs] GoogleStorageResource implements method createFrom [spring-cloud-gcp-storage] GoogleStorageResource implements method createFrom Nov 26, 2024
@JoeWang1127
Copy link
Contributor

Hi @marcusvoltolim, do you have interest to implement this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants