Skip to content

Commit 99f850d

Browse files
author
gcode@loowis.durge.org
committed
Fix typo in _meta dict
1 parent 43cf5d0 commit 99f850d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/s3fs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class S3FS(FS):
6969
'atomic.copy': True,
7070
'atomic.makedir': True,
7171
'atomic.rename': False,
72-
'atomic.setcontent': True
72+
'atomic.setcontents': True
7373
}
7474

7575
class meta:

0 commit comments

Comments
 (0)