@@ -170,7 +170,7 @@ func (b *BucketHandle) Update(ctx context.Context, uattrs BucketAttrsToUpdate) (
170170// for this method.
171171//
172172// [Overview of access control]: https://cloud.google.com/storage/docs/accesscontrol#signed_urls_query_string_authentication
173- // [automatic detection of credentials]: https://pkg.go.dev/cloud.google.com/go/storage#hdr-Credential_requirements_for_[BucketHandle.SignedURL]_and_[BucketHandle.GenerateSignedPostPolicyV4]
173+ // [automatic detection of credentials]: https://pkg.go.dev/cloud.google.com/go/storage#hdr-Credential_requirements_for_signing
174174func (b * BucketHandle ) SignedURL (object string , opts * SignedURLOptions ) (string , error ) {
175175 if opts .GoogleAccessID != "" && (opts .SignBytes != nil || len (opts .PrivateKey ) > 0 ) {
176176 return SignedURL (b .name , object , opts )
@@ -212,7 +212,7 @@ func (b *BucketHandle) SignedURL(object string, opts *SignedURLOptions) (string,
212212// to be non-nil. You may need to set the GoogleAccessID and PrivateKey fields
213213// in some cases. Read more on the [automatic detection of credentials] for this method.
214214//
215- // [automatic detection of credentials]: https://pkg.go.dev/cloud.google.com/go/storage#hdr-Credential_requirements_for_[BucketHandle.SignedURL]_and_[BucketHandle.GenerateSignedPostPolicyV4]
215+ // [automatic detection of credentials]: https://pkg.go.dev/cloud.google.com/go/storage#hdr-Credential_requirements_for_signing
216216func (b * BucketHandle ) GenerateSignedPostPolicyV4 (object string , opts * PostPolicyV4Options ) (* PostPolicyV4 , error ) {
217217 if opts .GoogleAccessID != "" && (opts .SignRawBytes != nil || opts .SignBytes != nil || len (opts .PrivateKey ) > 0 ) {
218218 return GenerateSignedPostPolicyV4 (b .name , object , opts )
0 commit comments