Temporary performance degradation

We are currently experiencing service degradation and working on resolving this. Thank you for your patience and understanding.

S3proxy Charmed Operator

Ryan Barry Publisher

Platform:

Channel Revision Published Runs on
latest/edge 10 16 Mar 2023
Ubuntu 22.04
juju deploy s3proxy-k8s --channel edge

Learn about configurations >

  • authorization | string

    Default: aws-v2-or-v4

    Authorization. Either "none" or "aws-v2-or-v4"

  • cpu | string

    K8s cpu resource limit, e.g. "1" or "500m". Default is unset (no limit). This value is used for the "limits" portion of the resource requirements (the "requests" portion is automatically deduced from it). See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

  • credential | string

    S3 Secret key

  • identity | string

    S3 Access key

  • memory | string

    K8s memory resource limit, e.g. "1Gi". Default is unset (no limit). This value is used for the "limits" portion of the resource requirements (the "requests" portion is automatically deduced from it). See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/