Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 202605b

Browse files
committed
sync
1 parent efc9fa9 commit 202605b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/project/provider/aws.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ func (a *AwsProvider) resolveBuckets() (*awsBootstrapData, error) {
231231

232232
region := a.config.Region
233233
rand := util.RandomString(12)
234-
assetName := fmt.Sprintf("sst-assets-%v", rand)
234+
assetName := fmt.Sprintf("sst-asset-%v", rand)
235235
stateName := fmt.Sprintf("sst-state-%v", rand)
236236
slog.Info("creating bootstrap bucket", "name", assetName)
237237
s3Client := s3.NewFromConfig(a.config)

0 commit comments

Comments
 (0)