Skip to content

Release augmenting package registry GCS signed URLs with metadata

Moaz Khalifa requested to merge 443335-cleanup-gcs-url-metadata-FF into master

What does this MR do and why?

In Augment GCS signed URLs with GitLab metadata fo... (!147207 - merged), we augmented the GCS signed URLs generated to download any package registry file with some metadata: the root namespace ID, the project ID, and the size of the file. For more context, check https://gitlab.com/gitlab-org/gitlab/-/issues/443335+.

We gated the feature behind a feature flag, and it was globally enabled on gitlab.com for two weeks now without any issue.

In this MR, we clean up the feature flag and release the feature.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #443335

Edited by Moaz Khalifa

Merge request reports