-
Notifications
You must be signed in to change notification settings - Fork 18
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
Custom metadata is not saved when S3 MPU is used #39
Comments
|
From what I can tell bug applies also to |
|
Looks to be a more generic problem, not just a As far as I see, the uplink itself doesn't support custom metadata in BeginObject call, as it's not supported in protocol level either. Probably because during the normal upload the metadata is part of the ObjectCommitRequest I checked again with |
|
Unfortunately, I need to agree (https://review.dev.storj.io/c/storj/gateway/+/5906). We missed that case and we need to extend uplink API. |
|
A bit related to this, we have a test(s) that check for the existence of custom metadata with regards to MPU, but these checks are commented out, e.g. this one. This one is directly related to committing not returning the "real" object (no metadata at all). |
|
This appears to still be awaiting at least https://review.dev.storj.io/c/storj/storj/+/6624 |
|
Blocker for this issue has been turned into milestone for Metainfo team: https://github.com/storj/team-metainfo/milestone/2 |
|
Change https://review.dev.storj.io/c/storj/gateway-mt/+/7422 mentions this issue. |
Custom metadata is not saved when S3 MPU is used (in this example the threshold is 8MB)
As you can see in the second case the metadata is empty, but with real AWS it's foo: bar in both cases.
Credit:
The problem is identified by the rclone s3 unit tests during the conversation in rclone/rclone#5616 where @olefrost suggested to re-run s3 unit tests with storj gateway-mt and @ncw drew attention to this problem from many failures.
The text was updated successfully, but these errors were encountered: