Skip to content

Commit

Permalink
log every creation of S3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Feb 7, 2024
1 parent 257e854 commit 3a27a23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/java/src/org/lucee/extension/resource/s3/S3.java
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ private S3(S3Cache cache, String accessKeyId, String secretAccessKey, String hos
this.host = host;
this.cacheTimeout = cacheTimeout;
this.liveTimeout = liveTimeout;
print.ds();
if (!Util.isEmpty(defaultLocation, true)) {
try {
defaultRegion = toString(RegionFactory.getInstance(defaultLocation));
Expand Down

0 comments on commit 3a27a23

Please sign in to comment.