```apiVersion: <http://logging.banzaicloud.io/v1be...
# kubernetes
a
Copy code
apiVersion: <http://logging.banzaicloud.io/v1beta1|logging.banzaicloud.io/v1beta1>
kind: Output
metadata:
  annotations:
    <http://field.cattle.io/description|field.cattle.io/description>: OVH Object Storage PoC
  name: ovh-banzai-objectstorage-output
spec:
  s3:
    aws_key_id:
      valueFrom:
        secretKeyRef:
          key: accessKeyId
          name: logging-ovh-s3
    aws_sec_key:
      valueFrom:
        secretKeyRef:
          key: secretAccesKey
          name: logging-ovh-s3
    s3_bucket: mybucket
    s3_endpoint: <https://storage.gra.cloud.ovh.net/>
    s3_region: gra
status:
  active: true
OVH's Object Storage definitely works with the
aws s3
CLI, so it stands to reason Banzai operator "should" be compatible with it too. The S3 API is the S3 API. Disappointingly, this config doesn't seem to work. If you see what's wrong with my config would appreciate it 🙂