Skip to content

Fix: don't try to provision a bucket if bucket name is empty

Boros Gábor requested to merge kshitij/s3-bucket-provision-fix into master

Created by: xitij2000

Currently, it is not possible to save an instance with an empty bucket name since Ocim will try to provision an empty bucket name and fail. This fixes that issue.

Merge request reports