```storage: # -- Sets the storage type. Supporte...
# kubernetes
m
Copy code
storage:
  # -- Sets the storage type. Supported values are sandbox, s3, gcs and custom.
  type: s3
  # -- bucketName defines the storage bucket flyte will use. Required for all types except for sandbox.
  bucketName: "{{ .Values.userSettings.bucketName }}"
  s3:
    region: "{{ .Values.userSettings.accountRegion }}"