Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions google/cloud/storage/bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down