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/test/java/software/amazon/awssdk/transfer/s3/internal/TransferManagerLoggingTest.java
Copy file name to clipboardExpand all lines: services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/multipart/MultipartDownloaderSubscriber.java
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ public MultipartDownloaderSubscriber(S3AsyncClient s3, GetObjectRequest getObjec
88
88
89
89
@Override
90
90
publicvoidonSubscribe(Subscriptions) {
91
+
log.trace(() -> "onSubscribe");
91
92
if (this.subscription != null) {
92
93
s.cancel();
93
94
return;
@@ -98,7 +99,7 @@ public void onSubscribe(Subscription s) {
0 commit comments