Tags: qiniu/go-sdk
Tags
storage: 兼容 CreatedAt 为空的 Bucket 信息响应,避免 time.Parse 失败导致 GetBucketInf… …o/BucketInfosInRegion 返回错误 (#225) * fix(storage): handle empty CreatedAt in bucket info responses When the API returns a bucket with an empty CreatedAt field, time.Parse would fail on the empty string, causing GetBucketInfo and BucketInfosInRegion to return an error. Treat empty CreatedAt as the zero time so the rest of the bucket info is still usable. * chore: release v7.26.15 --------- Co-authored-by: yangsen <yangsen@qiniu.com>
PreviousNext