mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 20:32:56 +00:00
* feat: add oss storage support * fix: ci build format check * fix: align OSS to Oss * fix: cr comments * fix: rename OSS to Oss in integration tests * fix: clippy fix
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
# Settings for s3 test
|
|
GT_S3_BUCKET=S3 bucket
|
|
GT_S3_ACCESS_KEY_ID=S3 access key id
|
|
GT_S3_ACCESS_KEY=S3 secret access key
|
|
|
|
# Settings for oss test
|
|
GT_OSS_BUCKET=OSS bucket
|
|
GT_OSS_ACCESS_KEY_ID=OSS access key id
|
|
GT_OSS_ACCESS_KEY=OSS access key
|
|
GT_OSS_ENDPOINT=OSS endpoint
|