guoshilong
2023-11-13 cbf5045d84088891ef0696b189e1f8af6a653bad
src/main/java/com/dji/sample/component/oss/service/IOssService.java
@@ -45,4 +45,6 @@
    InputStream getObject(String bucket, String objectKey);
    void putObject(String bucket, String objectKey, InputStream input);
    void createClient();
}