You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new boolean config option, named ensure_bucket or something familiar
Default value should be true to keep compatibility
If false, then don't try to ensure the bucket exists on the endpoint before passing the credentials to a charm
Usage
Integration tests that don't need actual S3 storage, for example the S3 integration tests in data-kubeflow-integrator, would not require actual S3 storage. See the relevant PR
There may be a case where the user wants the bucket to be created at a later date at their discretion, potentially to reduce costs
Proposal
ensure_bucketor something familiartrueto keep compatibilityfalse, then don't try to ensure the bucket exists on the endpoint before passing the credentials to a charmUsage
data-kubeflow-integrator, would not require actual S3 storage. See the relevant PR