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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,12 @@ emit `tokio.PollCatchV1` events this way:
89
89
}
90
90
```
91
91
92
+
### Not enabling the AWS SDK / Reqwest default features
93
+
94
+
The `aws-metadata-no-defaults` and `s3-no-defaults` feature flags do not enable feature flags for the AWS SDK and `reqwest`.
95
+
96
+
If you want things to work, you'll need to enable features for these crates to allow at least a TLS provider. This can be used to use a TLS provider other than the default Rustls
97
+
92
98
## Decoder
93
99
94
100
The `decoder` directory in the Git repository contains a decoder that can be used to view JFR files, especially with PollCatch information.
0 commit comments