If I create a bucket object and uses `bucket.id` i...
# general
h
If I create a bucket object and uses
bucket.id
in the code, it will be properly resolved with the bucket id at runtime, however if I use:
Copy code
`${bucket.id}`
It doesn't work. How do I force the proper property resolution ?