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
Copy file name to clipboardExpand all lines: README.md
+71Lines changed: 71 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,45 @@ For detailed implementation status of all S3 API features and backend support, s
60
60
61
61
VOS uses credentials files to securely configure authentication and backend access. See [config.example.yaml](config.example.yaml) for a complete example.
62
62
63
+
### Environment Variables
64
+
65
+
All configuration options can be set via environment variables instead of a config file. Environment variables use the `VOS_` prefix and replace dots with underscores:
The integration tests run against all storage backends by default. Each test is executed as a subtest for each backend, making it easy to identify backend-specific issues:
0 commit comments