We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
文件路径: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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
文件路径:github.com/baidubce/bce-sdk-go/services/bos/api
问题:api.FetchObjectArgs没有传FetchCallBackAddress
The text was updated successfully, but these errors were encountered: