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
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,28 +36,25 @@ The [documentation portal](https://mathworks-ref-arch.github.io/matlab-aws-suppo
36
36
cd Software/Java
37
37
mvn clean package
38
38
```
39
-
3. In MATLAB, run `startup.m` from `Software/MATLAB` to add the interface to your path.
40
-
4. Follow the detailed [Installation guide](https://mathworks-ref-arch.github.io/matlab-aws-support-v2/Overview.html#installation) for advanced scenarios (proxy settings, custom SDK bundles, etc.).
39
+
3. Ensure the AWS credentials are valid before running the startup. Check [Authentication](https://mathworks-ref-arch.github.io/matlab-aws-support-v2/Authentication.html) for different ways.
40
+
4. Open MATLAB, run `startup.m` from `Software/MATLAB` to add the interface to your path.
41
+
5. Check the detailed [Installation guide](https://mathworks-ref-arch.github.io/matlab-aws-support-v2/Installation.html) for advanced scenarios (proxy settings, custom SDK bundles, etc.).
42
+
43
+
> **Note:** If MATLAB does not recognize the MATLAB AWS classes and the startup script prints "False" for any of the AWS Service, or if the credentials are not reflected in MATLAB (Errors: The provided token has expired.), MATLAB has to be restarted and the startup scripts have to be run again.
41
44
42
45
## Documentation
43
46
44
47
Full usage instructions, service-specific walkthroughs, and the MATLAB AWS API reference are published at the [MATLAB AWS documentation site](https://mathworks-ref-arch.github.io/matlab-aws-support-v2).
45
48
46
49
## Authentication
47
50
48
-
You must supply AWS credentials before calling any service. The package supports:
49
-
50
-
1.**Default Credential Provider Chain** – honors AWS environment variables, shared config files, Java system properties, ECS/EC2 metadata (IMDS), and web identity/OIDC sources.
51
-
2.**Explicit Credential Providers** – create providers via `aws.auth.CredentialProvider` for named profiles, static or session credentials, web-identity tokens, or custom JSON secrets.
52
-
53
-
See [Documentation/Authentication.md](Documentation/Authentication.md) for step-by-step guidance.
51
+
You must supply AWS credentials before calling any service. The package supports a different ways of credential provider.
52
+
See [Documentation/Authentication.md](https://mathworks-ref-arch.github.io/matlab-aws-support-v2/Authentication.html) for different approaches to obtain the credentials from provider.
54
53
55
54
## Getting Started
56
55
57
56
```matlab
58
57
% Configure MATLAB with AWS clients and dependencies
0 commit comments