Closed mniewrzal closed 2 years ago
Change https://review.dev.storj.io/c/storj/common/+/6629 mentions this issue.
Do we need tasks to change/validate move and copy?
Do we need tasks to change/validate move and copy?
Good point. Added.
I postponed it until server-side copy won't be implemented to avoid conflicts in code base.
Change https://review.dev.storj.io/c/storj/storj/+/6627 mentions this issue.
We have an issue with gateway-mt (https://github.com/storj/gateway-mt/issues/39) where metadata is not saved for MPU. Its a problem with our protocol as it doesn't allow to set metadata for object at the beginning of MPU upload. We agreed to fix it by extending object with secondary encrypted metadata which will be set with BeginObject request. Setting this secondary metadata will be exposed only for gateway-mt as a private method in storj/uplink. Both metadata will be sent while get/list to the client and on client side it will be decrypted and merged.
Metabase DB objects table needs to be extended with new columns:
Replaced with https://github.com/storj/team-metainfo/milestone/2