DEV Community

Discussion on: AWS S3 as Docker volumes

Collapse
 
bonespiked profile image
bonespiked

Remember that s3 is NOT a file system, but an object store - while mounting IS an incredibly useful capability - I wouldn't leverage anything more than file read or create - don't try to append a file, don't try to use file system trickery (e.g. links, fs event listening, etc....).