summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fs/s3fs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/s3fs.py b/fs/s3fs.py
index b72036b..1c8b321 100644
--- a/fs/s3fs.py
+++ b/fs/s3fs.py
@@ -69,7 +69,7 @@ class S3FS(FS):
'atomic.copy': True,
'atomic.makedir': True,
'atomic.rename': False,
- 'atomic.setcontent': True
+ 'atomic.setcontents': True
}
class meta: