diff --git a/pkg/storage/s3/s3.go b/pkg/storage/s3/s3.go index 3407408c68..cbc0f70f11 100644 --- a/pkg/storage/s3/s3.go +++ b/pkg/storage/s3/s3.go @@ -102,7 +102,7 @@ func (d *driver) createAndTagBucket(svc *s3.S3, installConfig *installer.Install return err } - // Tag the bucket with the tectonicClusterID + // Tag the bucket with the openshiftClusterID // along with any user defined tags from the cluster configuration if installConfig.Platform.AWS != nil { var tagSet []*s3.Tag