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: services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/internal/GenericS3TransferManager.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -215,14 +215,13 @@ public FileUpload uploadFile(UploadFileRequest uploadFileRequest) {
Copy file name to clipboardExpand all lines: services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/progress/TransferListener.java
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,10 +72,14 @@
72
72
* <li>Be mindful that {@link #bytesTransferred(Context.BytesTransferred)} may be called extremely often (subject to I/O
73
73
* buffer sizes). Be careful in implementing expensive operations as a side effect. Consider rate-limiting your side
74
74
* effect operations, if needed.</li>
75
-
* <li>In the case of uploads, there may be some delay between the bytes being fully transferred and the transfer
75
+
* <li>In the case of multipart uploads, there may be some delay between the bytes being fully transferred and the transfer
76
76
* successfully completing. Internally, {@link S3TransferManager} uses the Amazon S3
Copy file name to clipboardExpand all lines: services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/internal/TransferProgressUpdaterTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -256,7 +256,7 @@ public void exceptionOccurred(Throwable error) {
0 commit comments