You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: google-cloud-storage/src/main/java/com/google/cloud/storage/ParallelCompositeUploadBlobWriteSessionConfig.java
+3-4
Original file line number
Diff line number
Diff line change
@@ -521,8 +521,8 @@ public static PartNamingStrategy prefix(String prefixPattern) {
521
521
}
522
522
523
523
/**
524
-
* Strategy in which the end object name is the prefix included and is present on each part
525
-
* and intermediary compose object.
524
+
* Strategy in which the end object name is the prefix included and is present on each part and
525
+
* intermediary compose object.
526
526
*
527
527
* <p>General format is
528
528
*
@@ -535,15 +535,14 @@ public static PartNamingStrategy prefix(String prefixPattern) {
535
535
* <p><b><i>NOTE:</i></b>The way in which both {@code randomKeyDigest} and {@code
536
536
* objectInfoDigest} are generated is undefined and subject to change at any time.
0 commit comments