Nexfs TIER-3 S3 and S3 compatible sample storage configurations
Nexfs can be configured to utilise Amazon AWS S3 and compatible S3 storage for tier-3 storage.
Default templates are available for
The following settings can be loaded using the command-line tool nexfscli
For more information on using the nexfscli see Managing Nexfs with Nexfscli
For more information on the Nexfs settings listed below see Nexfs Tier-3 S3 Settings
Loading Templates:
Amazon AWS S3
To load the default Amazon AWS S3 settings:
# nexfscli configfile set defaults s3
Amazon AWS S3 settings loaded:
T3USEHTTPS 1
T3S3USEVIRTUALHOST 1
T3S3SIGNATUREV4 1
T3S3ENABLEREGION 1
T3S3COMPATIBLE 0
T3S3URL amazonaws.com
T3S3PORT 443
T3S3RETRYSLEEP 1
T3S3RETRIES 3
T3S3RETRY404 0
Other required Nexfs AWS S3 settings
T3S3BUCKET
T3AWSAccessKeyId
T3AWSSecretAccessKey
T3S3REGION
Filebase
To load default Filebase settings:
# nexfscli configfile set defaults filebase
Filebase settings loaded
T3USEHTTPS 1
T3S3USEVIRTUALHOST 1
T3S3SIGNATUREV4 1
T3S3ENABLEREGION 0
T3S3COMPATIBLE 0
T3S3URL filebase.com
T3S3PORT 443
T3S3RETRYSLEEP 1
T3S3RETRIES 3
T3S3RETRY404 0
Other required Nexfs Filebase storage settings
T3S3BUCKET
T3AWSAccessKeyId
T3AWSSecretAccessKey
MinIO
To load default MinIO settings:
# nexfscli configfile set defaults minio
Minio settings loaded
T3USEHTTPS 0
T3S3USEVIRTUALHOST 0
T3S3SIGNATUREV4 1
T3S3ENABLEREGION 0
T3S3COMPATIBLE 1
T3S3PORT 9000
T3S3RETRYSLEEP 1
T3S3RETRIES 3
T3S3RETRY404 0
Other required Nexfs MinIO storage settings
T3S3URL
T3S3BUCKET
T3AWSAccessKeyId
T3AWSSecretAccessKey