Bug 181573 - Support for Amazon S3 remote filesystems
Summary: Support for Amazon S3 remote filesystems
Status: RESOLVED INTENTIONAL
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-22 09:38 UTC by Dotan Cohen
Modified: 2019-11-29 18:04 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.