From a8ee79e390b29360957576e36ba14abbbb3b2a7a Mon Sep 17 00:00:00 2001 From: Ace Nassri Date: Tue, 20 Jun 2017 16:06:40 -0700 Subject: [PATCH] Add "renaming" instructions to docs (#2401) Allows users to CTRL/Cmd-F for "rename" to find the move command. --- packages/storage/src/file.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/storage/src/file.js b/packages/storage/src/file.js index d871be1f6b8..2e691dbebe9 100644 --- a/packages/storage/src/file.js +++ b/packages/storage/src/file.js @@ -1629,9 +1629,9 @@ File.prototype.makePublic = function(callback) { }; /** - * Move this file to another location. By default, this will move the file to - * the same bucket, but you can choose to move it to another Bucket by providing - * a Bucket or File object or a URL beginning with "gs://". + * Move this file to another location. By default, this will rename the file + * and keep it in the same bucket, but you can choose to move it to another + * Bucket by providing a Bucket or File object or a URL beginning with "gs://". * * **Warning**: * There is currently no atomic `move` method in the Cloud Storage API,