Skip to content

Commit 72252e9

Browse files
authored
docs: update the documentation of move_blob function (#1507)
1 parent 314071c commit 72252e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

google/cloud/storage/bucket.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2255,10 +2255,7 @@ def move_blob(
22552255
timeout=_DEFAULT_TIMEOUT,
22562256
retry=DEFAULT_RETRY_IF_GENERATION_SPECIFIED,
22572257
):
2258-
"""Move a blob to a new name within a single HNS bucket.
2259-
2260-
*This feature is currently only supported for HNS (Heirarchical
2261-
Namespace) buckets.*
2258+
"""Move a blob to a new name atomically.
22622259
22632260
If :attr:`user_project` is set on the bucket, bills the API request to that project.
22642261

0 commit comments

Comments
 (0)