s3-fuse

command module
v0.0.0-...-1d1da85 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

README

s3-fuse

s3-fuse mounts an S3 bucket via FUSE. (A simple experimental program to demonstrate how to use FUSE to mount an S3 bucket.)

go build

export ENDPOINT="https://S3-API-ENDPOINT"
export REGION="MY_REGION"
export BUCKET="MY_BUCKET_NAME"
export AWS_ACCESS_KEY_ID="MY_ACCESS_KEY_ID"
export AWS_SECRET_ACCESS_KEY="MY_SECRET_ACCESS_KEY"

./s3-fuse MOUNTPOINT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
s3

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL