Category "bucket"

Is it possible to create Noobaa bucket without creating ObjectBucketClaim(OBC)?

I am able to create noobaa bucket by creating OBC as shown below: apiVersion: objectbucket.io/v1alpha1 kind: ObjectBucketClaim metadata: name: my-obc1 spec:

ElasticSearch aggregation query that concatenate array of strings into one bucket if attribute has value

The aim is to create an aggregation query in ElasticSearch that concatenate array of strings into one bucket if the attribute has a certain value. An example J

How to create a empty folder in google storage(bucket) using gsutil command?

How we can create the folder using gsutil command. I am using Bashoperator in airflow where I need to use the gsutil Bash command, Bucket is already created I w