Skip to content

Commit f8461cb

Browse files
authored
chore(releasing): Add upgrade note for 0.31.0 about S3 path changes (vectordotdev#17934)
Closes: vectordotdev#17927 Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 1acf5b4 commit f8461cb

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/actions/spelling/allow.txt

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Celkon
3636
Ceph
3737
Chromecast
3838
Citrix
39+
Cloudflare
3940
Cloudfone
4041
Cmx
4142
Coby

website/content/en/highlights/2023-07-05-0-31-0-upgrade-guide.md

+14
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Vector's 0.31.0 release includes **breaking changes**:
1414
1. [Removal of various deprecated internal metrics](#deprecated-internal-metrics)
1515
1. [`component_received_event_bytes_total` and `component_sent_event_bytes_total` consistently use estimated JSON size of the event](#event_json_size)
1616

17+
and **potentially impactful changes**:
18+
19+
1. [AWS S3 endpoint path changes](#s3-paths)
20+
1721
We cover them below to help you upgrade quickly:
1822

1923
## Upgrade guide
@@ -61,3 +65,13 @@ of the event should it be serialized to JSON.
6165
Measuring the events like this allows a consistent measurement to be applied
6266
across all components regardless of how the source or sink serializes the event
6367
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`.

0 commit comments

Comments
 (0)