summaryrefslogtreecommitdiff
path: root/fs/s3fs.py
diff options
context:
space:
mode:
Diffstat (limited to 'fs/s3fs.py')
-rw-r--r--fs/s3fs.py24
1 files changed, 12 insertions, 12 deletions
diff --git a/fs/s3fs.py b/fs/s3fs.py
index 329c1e0..b72036b 100644
--- a/fs/s3fs.py
+++ b/fs/s3fs.py
@@ -59,18 +59,18 @@ class S3FS(FS):
or flushed.
"""
- _meta = { 'thread_safe' : True,
- 'virtual': False,
- 'read_only' : False,
- 'unicode_paths' : True,
- 'case_insensitive_paths' : False,
- 'network' : True,
- 'atomic.move' : True,
- 'atomic.copy' : True,
- 'atomic.makedir' : True,
- 'atomic.rename' : False,
- 'atomic.setconetns' : True
- }
+ _meta = {'thread_safe': True,
+ 'virtual': False,
+ 'read_only': False,
+ 'unicode_paths': True,
+ 'case_insensitive_paths': False,
+ 'network': True,
+ 'atomic.move': True,
+ 'atomic.copy': True,
+ 'atomic.makedir': True,
+ 'atomic.rename': False,
+ 'atomic.setcontent': True
+ }
class meta:
PATH_MAX = None