Skip to content

Commit

Permalink
fix: remove the getCOSClient interface function
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyang733 committed May 13, 2022
1 parent dc81fe7 commit 4db3fcb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/apache/hadoop/fs/NativeFileSystemStore.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ public interface NativeFileSystemStore {

void initialize(URI uri, Configuration conf) throws IOException;

// must init first
COSClient getCOSClient();

HeadBucketResult headBucket(String bucketName) throws IOException;

void storeFile(String key, File file, byte[] md5Hash) throws IOException;
Expand Down

0 comments on commit 4db3fcb

Please sign in to comment.