Right now, the implementation ensures the bucket exists and creates it if it doesn’t. We need to decide if this behavior should be the default or if users should explicitly opt in to bucket creation.
Pros of creating by default: Reduces friction for users who expect things to 'just work.'
Cons: Could create unintended resources or permissions issues.
We should define the expected behavior and whether it should be configurable.
Right now, the implementation ensures the bucket exists and creates it if it doesn’t. We need to decide if this behavior should be the default or if users should explicitly opt in to bucket creation.
Pros of creating by default: Reduces friction for users who expect things to 'just work.'
Cons: Could create unintended resources or permissions issues.
We should define the expected behavior and whether it should be configurable.