Bug 181573

Summary: Support for Amazon S3 remote filesystems
Product: [Frameworks and Libraries] kio Reporter: Dotan Cohen <kde-2011.08>
Component: generalAssignee: David Faure <faure>
Status: RESOLVED INTENTIONAL    
Severity: wishlist CC: kolya.ay, nate
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Dotan Cohen 2009-01-22 09:38:45 UTC
Version:            (using Devel)
Installed from:    Compiled sources

It would be nice of Dolphin supported the browsing of the Amazon S3 service filesystems just like it supports SSH and FTP remote filesystems.

As a starting point, here is a project that attempts to mount S3 filesystems locally:
http://code.google.com/p/s3fs/wiki/FuseOverAmazon

Thanks.
Comment 1 Dotan Cohen 2009-05-29 14:17:57 UTC
Note that the Amazon S3 system uses a permissions system that is slightly different than the Linux file permissions. It is called ACL (Access Control List) and it works like this:
http://docs.amazonwebservices.com/AmazonS3/latest/index.html?S3_ACLs.html

Linux | S3
-------------
Owner | Owner
Group | User by E-mail / Canonical Representation / User Group
Other | Anonymous Group

To be compatible with standard Linux filesystems, I suggest that "User by User Group" be the only type of "Group" supported. The types "User by E-mail" and "User by Canonical Representation" do not seem to fit into the Linux permissions mindset, nor should they.

For Ubuntu users, this guide describes how to set up the previously-mentioned s3fs FUSE project:
http://xentek.net/articles/448/installing-fuse-s3fs-and-sshfs-on-ubuntu/
Comment 2 Nate Graham 2018-04-24 20:22:50 UTC
Doesn't seem likely, sorry.