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: bmc-objectstorage/bmc-objectstorage-extensions/src/main/java/com/oracle/bmc/objectstorage/transfer/UploadManager.java
+6-11Lines changed: 6 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ public boolean shouldBeRetried(@NonNull BmcException e) {
90
90
* @param uploadDetails The upload request.
91
91
* @return The response.
92
92
* @throws BmcException if the upload fails for any reason.
93
+
* @throws IllegalArgumentException if UploadRequest
Copy file name to clipboardExpand all lines: bmc-objectstorage/bmc-objectstorage-extensions/src/test/java/com/oracle/bmc/objectstorage/transfer/UploadManagerTest.java
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,6 @@ public void upload_multipartUpload() {
0 commit comments