Skip to content

Commit

Permalink
PCP-2076: AWS IRSA: s3 bucket incorrect URL
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitSahastra committed Oct 25, 2023
1 parent 78f8267 commit 319c2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cloud/services/iam/iam.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const (
SelfsignedIssuerFormat = "%s-selfsigned-issuer"

// S3HostFormat format for the host format for s3 for the oidc provider.
S3HostFormat = "s3-%s.amazonaws.com"
S3HostFormat = "s3.%s.amazonaws.com"

// STSAWSAudience security token service url.
STSAWSAudience = "sts.amazonaws.com"
Expand Down

0 comments on commit 319c2af

Please sign in to comment.