We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4629a commit e16c808Copy full SHA for e16c808
google/cloud/storage/client.h
@@ -1373,11 +1373,9 @@ class Client {
1373
}
1374
1375
/**
1376
- * Moves an existing object to a new or existing object within a HNS enabled
1377
- * bucket.
+ * Moves an existing object to a new or existing object within a bucket.
1378
*
1379
- * @param bucket_name the name of the bucket in which to move the object. The
1380
- * bucket must be HNS enabled.
+ * @param bucket_name the name of the bucket in which to move the object.
1381
* @param source_object_name the name of the source object to move.
1382
* @param destination_object_name the destination name of the object after the
1383
* move is completed.
0 commit comments