Skip to content

Commit 7ec4dd4

Browse files
authored
doc(storage): remove HNS requirement from MoveObject docs (googleapis#12661)
1 parent ac135f5 commit 7ec4dd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

storage/storage.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,8 +1199,7 @@ func (o *ObjectHandle) Restore(ctx context.Context, opts *RestoreOptions) (*Obje
11991199
}
12001200

12011201
// Move changes the name of the object to the destination name.
1202-
// It can only be used to rename an object within the same bucket. The
1203-
// bucket must have [HierarchicalNamespace] enabled to use this method.
1202+
// It can only be used to rename an object within the same bucket.
12041203
//
12051204
// Any preconditions set on the ObjectHandle will be applied for the source
12061205
// object. Set preconditions on the destination object using

0 commit comments

Comments
 (0)