PyFilesystem / pyfilesystem

Python filesystem abstraction layer
http://pyfilesystem.org/
BSD 3-Clause "New" or "Revised" License
288 stars 63 forks source link

Support for extra metadata on S3 #198

Open dstufft opened 9 years ago

dstufft commented 9 years ago

It would be great to be able to pass extra metadata to a file when stored in S3, something like Content-Type or Cache-Control or whatever. These parameters could be ignores when not using S3 but on S3 they could be used to store extra data to allow serving files directly out of S3 instead of via a webserver.