-
Notifications
You must be signed in to change notification settings - Fork 281
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
Multipart upload fails #1324
Comments
This is not a MinIO maintained or supported version.
please capture What is the minio-js version used ? |
@prakashsvmx updated environment info |
@prakashsvmx I made a local version of minio-js and update the headers for these options by adding
Now I don't get the error when I upload my 111MB file but got a new issue, my minio instance was terminated because OOMKilled😅 any idea how I could avoid that |
please capture |
I don't have shell access |
Description
I am trying to stream a 111MB xlsx file, using putObject, to MinIO and I am using SSE-C encryption
Expected Behavior
I expect that the file will upload without any memory issues or in this case errors about wrong configuration about encryption.
Current Behavior
I receive an error:
S3Error: The multipart upload initiate requested encryption. Subsequent part requests must include the appropriate encryption parameters.
. For not multipart requests the upload is successfulPossible Solution
In
uploadStream
(src/internal/client.ts) a request is made to upload a part, I think the configuration for this request is wrong, the headers you configure when you callputObject
are not being passed for this request. Maybe it could be a possible solution.Steps to Reproduce (for bugs)
putObject
to upload a file(buffer) larger then 100 MBContext
I am trying to upload this file to temporary store it in a bucket, in a later moment in time I want to process the xlsx file to import the data to Salesforce. This has impact on my work because I need to store the file with the encryption headers.
Regression
Is this issue a regression? No
Your Environment
The text was updated successfully, but these errors were encountered: