You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ibmcloud): pass enriched S3 URL to Pulumi via Provider.Init return
Change Provider.Init() to return (string, error) so IBM Cloud can pass
the enriched s3://bucket?endpoint=...&s3ForcePathStyle=true URL back to
the context. This ensures Pulumi receives the COS endpoint in the
backend URL instead of defaulting to amazonaws.com. AWS and Azure
return empty string (no change to backed URL).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments