Skip to content

docs(yabloc_pose_initializer): switch artifact URL from Wasabi to AWS S3#12470

Merged
xmfcx merged 1 commit intomainfrom
fix/yabloc-artifact-url
Apr 12, 2026
Merged

docs(yabloc_pose_initializer): switch artifact URL from Wasabi to AWS S3#12470
xmfcx merged 1 commit intomainfrom
fix/yabloc-artifact-url

Conversation

@xmfcx
Copy link
Copy Markdown
Contributor

@xmfcx xmfcx commented Apr 10, 2026

Why

The Wasabi S3 server was returning inconsistent content to different clients, causing checksum mismatches in CI. The same file is hosted on the Autoware AWS S3 bucket (autoware-files.s3.us-west-2.amazonaws.com) with a verified matching checksum (sha256:1f660e...).


Test plan

  • Verify the URL returns HTTP 200: curl -sI "https://autoware-files.s3.us-west-2.amazonaws.com/models/yabloc/136_road-segmentation-adas-0001/resources.tar.gz" | head -3
  • Verify checksum matches: curl -sL "https://autoware-files.s3.us-west-2.amazonaws.com/models/yabloc/136_road-segmentation-adas-0001/resources.tar.gz" | sha256sum should output 1f660e15f95074bade32b1f80dbf618e9cee1f0b9f76d3f4671cb9be7f56eb3a
mfc@whale:/tmp/sdkfjsdkfj$ curl -sI "https://autoware-files.s3.us-west-2.amazonaws.com/models/yabloc/136_road-segmentation-adas-0001/resources.tar.gz"
HTTP/1.1 200 OK
x-amz-id-2: PJffWL9JLWdFDlknI90c8S6K/hvHang2b5MZDFV4uSo5RMfbjV/6TT/Wz6R3GkGqoj7aA8gpvU8=
x-amz-request-id: SPZ561H9SD6W2B97
Date: Fri, 10 Apr 2026 16:12:24 GMT
Last-Modified: Fri, 10 Apr 2026 16:05:38 GMT
ETag: "146ed8af689a30b898dc5369870c40fb"
x-amz-server-side-encryption: AES256
x-amz-version-id: uaDzmZnpDv1XtU.ehLfXUYgCv3DRiJvV
Accept-Ranges: bytes
Content-Type: application/x-gzip
Content-Length: 14198646
Server: AmazonS3

mfc@whale:/tmp/sdkfjsdkfj$ curl -sL "https://autoware-files.s3.us-west-2.amazonaws.com/models/yabloc/136_road-segmentation-adas-0001/resources.tar.gz" | sha256sum
1f660e15f95074bade32b1f80dbf618e9cee1f0b9f76d3f4671cb9be7f56eb3a  -

The Wasabi S3 (Korea region) server was returning inconsistent content
causing checksum mismatches. The same file is hosted on the Autoware AWS
S3 bucket with a matching checksum.

Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
@xmfcx xmfcx self-assigned this Apr 10, 2026
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:localization Vehicle's position determination in its environment. (auto-assigned) labels Apr 10, 2026
@github-actions
Copy link
Copy Markdown

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@xmfcx xmfcx requested a review from mitsudome-r April 10, 2026 16:11
@xmfcx xmfcx added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Apr 10, 2026
@xmfcx xmfcx enabled auto-merge (squash) April 10, 2026 16:14
@xmfcx xmfcx requested a review from sasakisasaki April 10, 2026 16:18
Copy link
Copy Markdown
Contributor

@KYabuuchi KYabuuchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the update. 😄

@xmfcx xmfcx merged commit 0c11ba8 into main Apr 12, 2026
51 of 52 checks passed
@xmfcx xmfcx deleted the fix/yabloc-artifact-url branch April 12, 2026 22:40
@github-project-automation github-project-automation bot moved this from To Triage to Done in Software Working Group Apr 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component:localization Vehicle's position determination in its environment. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants