Skip to content

Commit

Permalink
fix(CloudFile.join): add definition of join to CloudFile
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Nov 22, 2024
1 parent e9510b0 commit d352eec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloudfiles/cloudfiles.py
Original file line number Diff line number Diff line change
@@ -1586,6 +1586,9 @@ def transfer_from(
reencode=reencode,
)

def join(self, *args):
return self.cf.join(*args)

def touch(self):
return self.cf.touch(self.filename)

0 comments on commit d352eec

Please sign in to comment.