v.20.6Improvement

Switched S3 Metadata Paths to Relative for Easier Blob Handling

Switched paths in S3 metadata to relative which allows to handle S3 blobs more easily. #11892 (Vladimir Chebotarev).
Switched paths in S3 metadata to relative paths to facilitate easier handling of S3 blobs.

Why it matters

This change improves the management of S3 data by using relative paths in the metadata, which simplifies referencing and manipulation of S3 blobs, reducing complexity and potential errors related to absolute paths.

How to use it

No explicit user action is required; the system now stores S3 metadata paths as relative by default, enhancing internal handling of S3 blobs automatically.