Skip to content
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

v0.9.190 版 存在参数不足问题 #93

Open
dtapps opened this issue Sep 5, 2024 · 0 comments · May be fixed by #95
Open

v0.9.190 版 存在参数不足问题 #93

dtapps opened this issue Sep 5, 2024 · 0 comments · May be fixed by #95

Comments

@dtapps
Copy link

dtapps commented Sep 5, 2024

文件路径:github.com/baidubce/bce-sdk-go/services/bos/api

func (c *Client) SimpleFetchObject(bucket, object, source, mode,
	storageClass string) (*api.FetchObjectResult, error) {
	args := &api.FetchObjectArgs{mode, storageClass}
	return api.FetchObject(c, bucket, object, source, args, c.BosContext)
}

问题:api.FetchObjectArgs没有传FetchCallBackAddress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment