All Projects → panubo → docker-s3fs

panubo / docker-s3fs

Licence: MIT License
S3FS Docker image

Programming Languages

shell
77523 projects
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-s3fs

Goofys
a high-performance, POSIX-ish Amazon S3 file system written in Go
Stars: ✭ 3,932 (+21744.44%)
Mutual labels:  s3, fuse-filesystem
Rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files
Stars: ✭ 30,541 (+169572.22%)
Mutual labels:  s3, fuse-filesystem
Infinit
The Infinit policy-based software-defined storage platform.
Stars: ✭ 363 (+1916.67%)
Mutual labels:  s3, object-storage
Juicefs
JuiceFS is a distributed POSIX file system built on top of Redis and S3.
Stars: ✭ 4,262 (+23577.78%)
Mutual labels:  s3, object-storage
qscamel
qscamel is a command line tool to migrate data between different endpoint efficiently.
Stars: ✭ 34 (+88.89%)
Mutual labels:  s3, object-storage
Cortx
CORTX Community Object Storage is 100% open source object storage uniquely optimized for mass capacity storage devices.
Stars: ✭ 426 (+2266.67%)
Mutual labels:  s3, object-storage
S3fs Fuse
FUSE-based file system backed by Amazon S3
Stars: ✭ 5,733 (+31750%)
Mutual labels:  s3, fuse-filesystem
Minio Hs
MinIO Client SDK for Haskell
Stars: ✭ 39 (+116.67%)
Mutual labels:  s3, object-storage
Seaweedfs
SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.
Stars: ✭ 13,380 (+74233.33%)
Mutual labels:  s3, object-storage
Akubra
Simple solution to keep a independent S3 storages in sync
Stars: ✭ 79 (+338.89%)
Mutual labels:  s3, object-storage
minio-dart
Unofficial MinIO Dart Client SDK that provides simple APIs to access any Amazon S3 compatible object storage server.
Stars: ✭ 42 (+133.33%)
Mutual labels:  s3, object-storage
muxfys
High performance multiplexed user fuse mounting
Stars: ✭ 20 (+11.11%)
Mutual labels:  s3, fuse-filesystem
S4
S4 is 100% S3 compatible storage, accessed through Tor and distributed using IPFS.
Stars: ✭ 67 (+272.22%)
Mutual labels:  s3, object-storage
auklet
Auklet is a high performance storage engine based on Openstack Swift
Stars: ✭ 86 (+377.78%)
Mutual labels:  object-storage
udacity-data-eng-proj2
A production-grade data pipeline has been designed to automate the parsing of user search patterns to analyze user engagement. Extract data from S3, apply a series of transformations and load into S3 and Redshift.
Stars: ✭ 25 (+38.89%)
Mutual labels:  s3fs
S4
🔄 Fast and cheap synchronisation of files using Amazon S3
Stars: ✭ 69 (+283.33%)
Mutual labels:  s3
punic
Punic is a remote cache CLI built for Carthage and Apple .xcframework
Stars: ✭ 25 (+38.89%)
Mutual labels:  s3
s3-sync
Migrating S3 Buckets Across AWS Accounts
Stars: ✭ 55 (+205.56%)
Mutual labels:  s3
apt-golang-s3
An s3 transport method for the apt package management system
Stars: ✭ 33 (+83.33%)
Mutual labels:  s3
s3
No-dependencies, lightweight Amazon S3 connector implementation in pure PHP
Stars: ✭ 26 (+44.44%)
Mutual labels:  s3

S3FS Fuse Docker image

Docker image for s3fs fuse.

Configuration

  • AWS_ACCESS_KEY_ID - (required)
  • AWS_SECRET_ACCESS_KEY - (required)
  • AWS_STORAGE_BUCKET_NAME - (required)
  • AWS_S3_AUTHFILE - path to s3fs auth file.
  • AWS_S3_MOUNTPOINT - mountpoint default /mnt
  • AWS_S3_URL - s3 endpoint default https://s3.amazonaws.com
  • S3FS_ARGS - additional s3fs mount arguments
  • DEBUG - enable DEBUG mode.

Usage example

docker run --rm -t -i --privileged \
  -e AWS_ACCESS_KEY_ID=xxxxxxxxxxxxxxxxxxxx \
  -e AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
  -e AWS_STORAGE_BUCKET_NAME=example \
  docker.io/panubo/s3fs:1.87 ls /mnt

NB, requires privileged mode for access to fuse device.

Status

Stable in production.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].