bffec1c96a
Fix S3 object URL creation at AwsS3EntityProvider by - handle absence of region config, - handle regions with region-less URIs (us-east-1), - apply URI encoding, - and simplify the logic overall. Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
260 B
260 B
@backstage/plugin-catalog-backend-module-aws
| @backstage/plugin-catalog-backend-module-aws |
|---|
| patch |
Fix S3 object URL creation at AwsS3EntityProvider by
- handle absence of region config,
- handle regions with region-less URIs (us-east-1),
- apply URI encoding,
- and simplify the logic overall.