s3cfg-template.toml 482 B

12345678
  1. # These are the minimal fields required to read from an S3 instance.
  2. # Fill these fields in and then rename this file to s3cfg.toml, then this configuration will be automatically loaded
  3. # into mitmengine.
  4. AccessKey = "" #If you don't want to store this in a file, can also be read in from AWS_ACCESS_KEY_ID env var
  5. SecretKey = "" #If you don't want to store this in a file, can also be read in from AWS_SECRET_ACCESS_KEY env var
  6. S3Endpoint = ""
  7. S3BucketEndpoint = ""
  8. BucketName = ""