-
Notifications
You must be signed in to change notification settings - Fork 236
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
Empty streams are not supported #801
Comments
I have the same issue right now |
same problem when I want to create a directory like |
My workaround for the empty file was:
|
#612 I think this PR is not reasonable. The I tried using your method, and it worked. Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
minio-dotnet/Minio/DataModel/Args/PutObjectArgs.cs
Line 72 in 56d687f
I would like to upload empty file but providing streams and 0 object size results in exception.
Maybe object size should be "long?" type or different way should be used to check if object Size was set (other than comparing with 0)
The text was updated successfully, but these errors were encountered: