Skip to content

Commit

Permalink
docs(storage): add comment to clarify BucketHandle.Object() (#4596)
Browse files Browse the repository at this point in the history
* Add note to Bucket.Object
  • Loading branch information
BrennaEpp committed Aug 27, 2021
1 parent 3c2bf7b commit 77a4506
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion storage/bucket.go
Expand Up @@ -130,7 +130,8 @@ func (b *BucketHandle) DefaultObjectACL() *ACLHandle {
}

// Object returns an ObjectHandle, which provides operations on the named object.
// This call does not perform any network operations.
// This call does not perform any network operations such as fetching the object or verifying its existence.
// Use methods on ObjectHandle to perform network operations.
//
// name must consist entirely of valid UTF-8-encoded runes. The full specification
// for valid object names can be found at:
Expand Down

0 comments on commit 77a4506

Please sign in to comment.