Search Criteria
Package Details: aws-mountpoint-s3-bin 1.15.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/aws-mountpoint-s3-bin.git (read-only, click to copy) |
---|---|
Package Base: | aws-mountpoint-s3-bin |
Description: | Offical AWS S3 mount tools. This allows mounting S3 buckets into the file system. Not full POSIX support, see: https://docs.aws.amazon.com/AmazonS3/latest/userguide/mountpoint.html for details |
Upstream URL: | https://github.com/awslabs/mountpoint-s3 |
Keywords: | amazon aws mount s3 |
Licenses: | Apache |
Conflicts: | aws-mountpoint-s3 |
Provides: | aws-mountpoint-s3 |
Submitter: | drzee |
Maintainer: | drzee |
Last Packager: | drzee |
Votes: | 2 |
Popularity: | 0.000840 |
First Submitted: | 2024-02-16 11:03 (UTC) |
Last Updated: | 2025-02-28 01:01 (UTC) |
Latest Comments
drzee commented on 2025-03-12 12:30 (UTC)
These are limitations of the MountPoint tooling from AWS. Please see https://github.com/awslabs/mountpoint-s3/blob/main/doc/SEMANTICS.md for details on the limitations (among other directory creation/deletion and renaming). If you feel its "useless" please add feature requests to the upstream project!
pang commented on 2025-03-12 12:13 (UTC)
Anyway, it's pretty useless. You can't edit, or move, or delete...
pang commented on 2025-03-12 11:54 (UTC) (edited on 2025-03-12 12:01 (UTC) by pang)
I get an error:
mount-s3: error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory
This is solved by installing also AUR package
fuse2
.So I guess changing
depends=('fuse3')
bydepends=('fuse2')
would do the trick :-/