Serverless framework configuration allows:
deploymentBucket:
name: foo
However, it always creates a serverless object key inside the foo bucket. I want to be able to deploy to a different key like BAR.
deploymentBucket:
name: foo/BAR # illustration only, doesn't work
What are my options here?