Skip to content

Commit e16c808

Browse files
authored
doc(storage): remove HNS requirement from MoveObject docs (#15360)
This is no longer a requirement (b/331724775#comment39)
1 parent 0e4629a commit e16c808

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

google/cloud/storage/client.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,11 +1373,9 @@ class Client {
13731373
}
13741374

13751375
/**
1376-
* Moves an existing object to a new or existing object within a HNS enabled
1377-
* bucket.
1376+
* Moves an existing object to a new or existing object within a bucket.
13781377
*
1379-
* @param bucket_name the name of the bucket in which to move the object. The
1380-
* bucket must be HNS enabled.
1378+
* @param bucket_name the name of the bucket in which to move the object.
13811379
* @param source_object_name the name of the source object to move.
13821380
* @param destination_object_name the destination name of the object after the
13831381
* move is completed.

0 commit comments

Comments
 (0)