Skip to content

Commit c461546

Browse files
authored
docs: add note about HNS support to moveBlob (#2929)
1 parent cc03784 commit c461546

File tree

1 file changed

+2
-0
lines changed
  • google-cloud-storage/src/main/java/com/google/cloud/storage

1 file changed

+2
-0
lines changed

google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5036,6 +5036,8 @@ default BlobWriteSession blobWriteSession(BlobInfo blobInfo, BlobWriteOption...
50365036
* {@link Storage#delete(BlobId)}, however without the ability to change metadata fields for the
50375037
* target object.
50385038
*
5039+
* <p>This feature is currently only supported for HNS (Hierarchical Namespace) buckets.
5040+
*
50395041
* @since 2.48.0
50405042
*/
50415043
@TransportCompatibility({Transport.HTTP, Transport.GRPC})

0 commit comments

Comments
 (0)