Skip to content

Commit 3f465cb

Browse files
docs: Update README.md to add AWS endpoint URL configuration (#1)
Instructions for configuring AWS endpoint URLs through command-line parameters and environment variables have been added, to maintain consistency with other AWS credential configuration methods
1 parent 54a41da commit 3f465cb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ rustfs-mcp --log-level debug --region us-west-2
122122
"rustfs-mcp": {
123123
"command": "/path/to/rustfs-mcp",
124124
"args": [
125+
"--endpoint-url", "your_url",
125126
"--access-key-id", "your_access_key",
126127
"--secret-access-key", "your_secret_key",
127128
"--region", "us-west-2",
@@ -140,6 +141,7 @@ rustfs-mcp --log-level debug --region us-west-2
140141
"rustfs-mcp": {
141142
"command": "/path/to/rustfs-mcp",
142143
"env": {
144+
"AWS_ENDPOINT_URL": "your_url",
143145
"AWS_ACCESS_KEY_ID": "your_access_key",
144146
"AWS_SECRET_ACCESS_KEY": "your_secret_key",
145147
"AWS_REGION": "us-east-1"

0 commit comments

Comments
 (0)