brno32
brno32
Reflecting a change in the upstream, gdscript-based version
Straight from the [docs](https://www.serverless.com/framework/docs/providers/aws/events/s3/#custom-bucket-configuration), I have ```yml provider: s3: myBucket: name: ${self:custom.bucketName} versioningConfiguration: Status: Enabled ``` But `versioningConfiguration` and other camel-cases, cloudformation properties have no effect. I'm not getting an...
### Detailed steps on how to reproduce the bug - start a new project (I used this template https://github.com/TheAudioProgrammer/JuceAudioPluginTemplate) - run `cmake -B build -G "Visual Studio 17 2022"`, open...