updated README.md

This commit is contained in:
2025-02-11 08:47:39 -06:00
parent 8d2c6b77b8
commit 051e9e1130

View File

@ -55,20 +55,20 @@ on Windows.
* Initial Configuration * Initial Configuration
* S3 steps: * S3 steps:
* Set the appropriate bucket name: * Set the appropriate bucket name:
* `repertory --name '<my config name>' -set S3Config.Bucket '<my bucket name>'` * `repertory -s3 --name '<my config name>' -set S3Config.Bucket '<my bucket name>'`
* Set the appropriate base URL: * Set the appropriate base URL:
* `repertory --name '<my config name>' -set S3Config.URL '<my url>'` * `repertory -s3 --name '<my config name>' -set S3Config.URL '<my url>'`
* i.e. `repertory --name minio -set S3Config.URL 'http://localhost:9000'` * i.e. `repertory -s3 --name minio -set S3Config.URL 'http://localhost:9000'`
* Set the appropriate access key: * Set the appropriate access key:
* `repertory --name '<my config name>' -set S3Config.AccessKey '<my access key>'` * `repertory -s3 --name '<my config name>' -set S3Config.AccessKey '<my access key>'`
* Set the appropriate secret key: * Set the appropriate secret key:
* `repertory --name '<my config name>' -set S3Config.SecretKey '<my secret key>'` * `repertory -s3 --name '<my config name>' -set S3Config.SecretKey '<my secret key>'`
* For Sia and most local S3 gateway instances, enable path style URL's: * For Sia and most local S3 gateway instances, enable path style URL's:
* `repertory --name '<my config name>' -set S3Config.UsePathStyle true` * `repertory -s3 --name '<my config name>' -set S3Config.UsePathStyle true`
* Optionally, set the appropriate region. Default is set to `any`: * Optionally, set the appropriate region. Default is set to `any`:
* `repertory --name '<my config name>' -set S3Config.Region '<my region>'` * `repertory -s3 --name '<my config name>' -set S3Config.Region '<my region>'`
* Optionally, to enable encrypted file names and file data, set a strong, random encryption token: * Optionally, to enable encrypted file names and file data, set a strong, random encryption token:
* `repertory --name '<my config name>' -set S3Config.EncryptionToken '<my strong password>'` * `repertory -s3 --name '<my config name>' -set S3Config.EncryptionToken '<my strong password>'`
* To verify/view all configuration options: * To verify/view all configuration options:
* `repertory -s3 --name '<my config name>' -dc` * `repertory -s3 --name '<my config name>' -dc`
* Mounting on Linux: * Mounting on Linux: