Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
feat:add upload logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tuwenlin committed Aug 2, 2022
1 parent 6c2b87b commit bba34e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public OSSManager(String endpoint, String accessKeyId, String accessKeySecret, S
}

public void batchUploadFile(File parentFile) {
LOGGER.info("will upload path:{}", parentFile.getAbsolutePath());
OSS ossClient = ossClientBuilder.build(endpoint, accessKeyId, accessKeySecret, securityToken);
try {
if (parentFile.isDirectory()) {
Expand Down

0 comments on commit bba34e5

Please sign in to comment.