Skip to content

Commit

Permalink
Merge pull request #865 from spectrocloud/PCP-2076_41
Browse files Browse the repository at this point in the history
PCP-2076: AWS IRSA: s3 bucket incorrect URL
  • Loading branch information
sadysnaat authored Nov 8, 2023
2 parents f304a1f + 1156d48 commit 5d756cd
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 5d756cd

Please sign in to comment.