Sign inSign up

danie1k/s3fs

By danie1k

Updated about 2 years ago

Plugin
0

107

danie1k/s3fs repository overview

Simple Storage Service

The S3FS plug-in can be installed with the following command:

$ docker plugin install rexray/s3fs \
  S3FS_ACCESSKEY=abc \
  S3FS_SECRETKEY=123
Privileges

The S3FS plug-in requires the following privileges:

TypeValue
networkhost
mount/dev
allow-all-devicestrue
capabilitiesCAP_SYS_ADMIN
Configuration

The following environment variables can be used to configure the S3FS plug-in:

Environment VariableDescriptionDefaultRequired
S3FS_ACCESSKEYThe AWS access key
S3FS_DISABLEPATHSTYLEDisables use of path style for bucket endpointsfalse
S3FS_MAXRETRIESthe number of retries that will be made for failed operations by the AWS SDK10
S3FS_OPTIONSAdditional options to pass to S3FS
S3FS_REGIONThe AWS region
S3FS_SECRETKEYThe AWS secret key
HTTP_PROXYAddress of HTTP proxy server to gain access to API endpoint

Tag summary

Content type

Plugin

Digest

sha256:8f1ededd0

Size

95 MB

Last updated

about 2 years ago

docker plugin install danie1k/s3fs