ark::aws::S3ServerConfig

Defined in header “ark/aws/testing/s3server.hh”.


Configuration for the S3 server.

Variables

  • std::string bucket_name
    Name of the bucket to use.

  • comms::NetworkAddress bind_address
    Address to bind to.

  • std::filesystem::path root_path
    Root path to serve from.

  • bool must_include_credentials= false
    Must supply credentials or not?