You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
This enables a per direcotry configuration which does not
mangle up with other projects using S3.
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Copy file name to clipboardExpand all lines: docs/developer-guide/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ export S3_USE_SSL="false" # This ensures that the operator will connect even wit
64
64
export S3_ENDPOINT="127.0.0.1:9000"
65
65
```
66
66
67
-
You can save time by using [direnv](https://direnv.net/) to export these variables in your project.
67
+
You can save time by using [direnv](https://direnv.net/) to export these variables in your project. If you use direnv just add a file `.s3_credentials` with your Minio credentials.
0 commit comments