-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add S3 ItemReader/ItemWriter #3818
Comments
Hello @benas I would like to work on this. Any chance that you can provide some guidance ? |
@sabbyanandan Thank you for opening this feature request. I understand the value of such a request especially in some cloud environments where a temporary file system is not present to download a file before reading it or write a file before uploading it to a cloud storage. To read (stream) data directly from a remote URL (S3, GCP, etc), one can use a The writing side is a bit different though. The @santfirax Thank you for offering to help on this! I would wait for the feedback from the cloud team on your PR and see if it works. If it is the case, we can replicate the same idea in Spring Cloud AWS which would resolve the issue. References:
|
No description provided.
The text was updated successfully, but these errors were encountered: