File tree 2 files changed +15
-0
lines changed
website/content/en/highlights
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 36
36
Ceph
37
37
Chromecast
38
38
Citrix
39
+ Cloudflare
39
40
Cloudfone
40
41
Cmx
41
42
Coby
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ Vector's 0.31.0 release includes **breaking changes**:
14
14
1 . [ Removal of various deprecated internal metrics] ( #deprecated-internal-metrics )
15
15
1 . [ ` component_received_event_bytes_total ` and ` component_sent_event_bytes_total ` consistently use estimated JSON size of the event] ( #event_json_size )
16
16
17
+ and ** potentially impactful changes** :
18
+
19
+ 1 . [ AWS S3 endpoint path changes] ( #s3-paths )
20
+
17
21
We cover them below to help you upgrade quickly:
18
22
19
23
## Upgrade guide
@@ -61,3 +65,13 @@ of the event should it be serialized to JSON.
61
65
Measuring the events like this allows a consistent measurement to be applied
62
66
across all components regardless of how the source or sink serializes the event
63
67
when connecting to the external service.
68
+
69
+ ### Potentially impactful changes
70
+
71
+ #### AWS S3 endpoint path changes {#s3-paths}
72
+
73
+ The handling of AWS S3 endpoints for the ` aws_s3 ` source and sink has changed due to an upgrade of
74
+ the SDK that we use. For S3-compatible APIs like Cloudflare R2 you may find that you need to remove
75
+ the bucket name from the endpoint, if you have it specified. For example
76
+ ` https://xxxxxxxxxxxxxxxxxxxxxxxxxxx.r2.cloudflarestorage.com/<bucket name> ` should be written as
77
+ ` https://xxxxxxxxxxxxxxxxxxxxxxxxxxx.r2.cloudflarestorage.com ` .
You can’t perform that action at this time.
0 commit comments