Skip to content

pombreda/pyfilesystem-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is no longer maintained.

PyFileSystem attempts to blend S3 with FileSystem logic and guarantees.

This project broke this.

Instead of treating S3 like a file system, the file system should be treated like S3, a Key-Value store.

That's why we created Kvstore.

Sane S3 PyFileSystem

This fork modifies the S3 implementation of PyFilesystem to be less 'insane'.

The default implementation treats S3 like a filesystem, which requires a lot of fact checking ('is it a directory?', 'does the parent directory exist?'). This fact checking creates a lot of excessive calls which can easily cause your S3 bill to become 100x what it should be (a fact proven through experience).

This fork removes much of this fact checking to make S3FS act more like a KV store and 'just work' rather than enforcing filesystem like behavior and fact checking.

About

A fork of PyFilesystem with a sane S3 implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%