https://linen.dev logo
#troubleshooting
Title
# troubleshooting
a

ahsen m

03/22/2022, 3:26 PM
Hello team, is my config for minio correct, im unable to see logs at minio and it keeps saying
Internal Server Error: The AWS Access Key Id you provided does not exist in our records. (Service: S3, Status
Copy code
logs:
  accessKey:
    password: <redacted> AWS Key
    existingSecret: ""
    existingSecretKey: ""
  secretKey:
    password: <redacted> AWS SEcret
    existingSecret: ""
    existingSecretKey: ""
  minio:
    enabled: false
  externalMinio:
    enabled: true
    host: minio.default.svc.cluster.local
    port: 9000
  s3:
    enabled: true
    bucket: reda3231-airbyte-dev-logs
    bucketRegion: "us-east-1"
minio:
  MINIO_ROOT_USER: minio
  MINIO_ROOT_PASSWORD: minio123
  extraEnv:
    - name: MINNIO_LOG_LEVEL
      value: DEBUG
4 Views