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
{{ message }}
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
Expected Behavior
According to COS API doc, when
GetObject
withRange
header:And also,
FormatRangeOptions()
was provided to formatRange
value in cos-go-sdk:Based on the above, we envision that when
Range: bytes=-9
we should be able to download data from 0 to 9([0-9]).Current Behavior
RangeOptions.End
as follows, we will get the read size check error.RangeOptions.End
as follows, we will get the read content check error.Steps to Reproduce
Run integration test after modifying the code as above.
Enviroment
github.com/tencentyun/cos-go-sdk-v5 v0.7.31
The text was updated successfully, but these errors were encountered: