-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add StreamingFileUploadRequest #424
Conversation
in BlobParallelUploadOptions
Thanks @johanra Can you sign the CLA? |
@sdelamo CLA is signed now |
object-storage-core/src/main/java/io/micronaut/objectstorage/request/UploadRequest.java
Show resolved
Hide resolved
object-storage-core/src/main/java/io/micronaut/objectstorage/request/UploadRequest.java
Show resolved
Hide resolved
* | ||
* An {@link UploadRequest} backed by a {@link StreamingFileUpload}. | ||
*/ | ||
public class StreamingFileUploadRequest implements UploadRequest { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add @since
to javadoc
Hi Guys, |
I have the same question, specifically so we can use with AWS |
What is the current status of this topic? Has it stalled? |
Hi! |
...torage-core/src/main/java/io/micronaut/objectstorage/request/StreamingFileUploadRequest.java
Show resolved
Hide resolved
object-storage-core/src/main/java/io/micronaut/objectstorage/request/UploadRequest.java
Show resolved
Hide resolved
object-storage-core/src/main/java/io/micronaut/objectstorage/request/UploadRequest.java
Show resolved
Hide resolved
…equest/StreamingFileUploadRequest.java
…equest/UploadRequest.java
…equest/UploadRequest.java
@johanra Thanks for the contribution |
This PR contributes contains an implementation of StreamingFileUploadRequest and at the same time fixes #423 where the Azure implementation is calling getInputStream of the StreamingFileUploadRequest twice