diff --git a/google/cloud/storage/bucket.py b/google/cloud/storage/bucket.py index fc5733bd0..c8df6c600 100644 --- a/google/cloud/storage/bucket.py +++ b/google/cloud/storage/bucket.py @@ -2255,10 +2255,7 @@ def move_blob( timeout=_DEFAULT_TIMEOUT, retry=DEFAULT_RETRY_IF_GENERATION_SPECIFIED, ): - """Move a blob to a new name within a single HNS bucket. - - *This feature is currently only supported for HNS (Heirarchical - Namespace) buckets.* + """Move a blob to a new name atomically. If :attr:`user_project` is set on the bucket, bills the API request to that project.