Skip to content

Commit

Permalink
Add get functions in S3 underfs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson-Wang-7 committed Jul 20, 2023
1 parent 94401b7 commit e3e77fd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,10 @@ protected boolean getStreamingUploadEnabled() {
return mStreamingUploadEnabled;
}

protected boolean getMultipartUploadEnabled() {
return mMultipartUploadEnabled;
}

@Override
public boolean createEmptyObject(String key) {
try {
Expand Down

0 comments on commit e3e77fd

Please sign in to comment.