reporter icon indicating copy to clipboard operation
reporter copied to clipboard

Format artifact url to disable force path style on S3

Open DavertMik opened this issue 6 months ago • 0 comments

We have numerours reports that artifacts can't be read when uploaded with S3_FORCE_PATH_STYLE mode

Works: https://.s3..amazonzws.com Not works: https://s3..amazonzws.com/

(also repdocued on Cloudflare R2)

Can we potentially convert the URL of artifact in required format? We should check uploader class to do this and if bucket is not part of domain

  • print a warning
  • try to transform URL (maybe with some env switch?)

DavertMik avatar Apr 24 '25 21:04 DavertMik