You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to copy file between qingstor and local fs. When copy from fs, I need to set pair size by pair.WithSize. However when copy reversely (qingstor to fs), the Read method returns an insufficient error for setting pair size. So maybe we should unify the pairs in the same behavior (between different service)?
The text was updated successfully, but these errors were encountered:
Prnyself
changed the title
service/qingstor: Read parse pairs panic
service/qingstor: Unify pairs parsing in storager.Read
Apr 29, 2020
I tried to copy file between qingstor and local fs. When copy from fs, I need to set pair size by
pair.WithSize
. However when copy reversely (qingstor to fs), theRead
method returns an insufficient error for setting pair size. So maybe we should unify the pairs in the same behavior (between different service)?The text was updated successfully, but these errors were encountered: