maybe could be created a generic tag.
we have several tags --gcs-no-check-bucket
--s3-no-check-bucket
and now I see add a new tag for Azure...
--no-check-bucket
would include all providers
maybe could be created a generic tag.
we have several tags --gcs-no-check-bucket
--s3-no-check-bucket
and now I see add a new tag for Azure...
--no-check-bucket
would include all providers
You can put these in the config file as no_check_bucket = true
which is how I imagine most people will use them, rather than on the command line?
nice! didn't find it on docs. I'll use it.
thanks a lot