马老师超级运维大师课2022版
}
} catch (Exception e) {
e.printStackTrace();
} finally {
if (ossClient != null) {
ossClient.shutdown();
}
}
return null;
}
private String getBucketName() {
if ("prod".equals(active)) {
return "prod-public";
} else {
return "test-public";