diff options
| author | Mistivia <i@mistivia.com> | 2025-09-14 00:42:27 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-09-14 01:10:32 +0800 |
| commit | 8640bf35e76aa19710a563144e30d31db2685746 (patch) | |
| tree | 915fb1f0bc55caad0f52eb59a543d1315cfe0320 /config.h | |
| parent | 35c8f8e94f0346856130b2a96a7c99790796e53f (diff) | |
fix s3 client init bug
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/config.h b/config.h deleted file mode 100644 index 58b3f7d..0000000 --- a/config.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef EZLIVE_CONFIG_H_ -#define EZLIVE_CONFIG_H_ - -typedef struct { - const char *listening_addr; - int listening_port; - const char *bucket; - const char *endpoint; - const char *s3_path; - const char *access_key; - const char *secret_key; - const char *web_endpoint; - const char *region; -} EZLiveConfig; - -extern EZLiveConfig *ezlive_config; - -void EZLiveConfig_init(EZLiveConfig *self); -void EZLiveConfig_load(EZLiveConfig *self, const char *filename); -int EZLiveConfig_validate(EZLiveConfig *self); - -#endif
\ No newline at end of file |
