mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 12:22:55 +00:00
* feat: implement CONNECTION clause of Copy To * test: add tests for s3 backend * Apply suggestions from code review Co-authored-by: Yingwen <realevenyag@gmail.com> --------- Co-authored-by: Yingwen <realevenyag@gmail.com>
11 lines
306 B
Plaintext
11 lines
306 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
|
|
GT_S3_ENDPOINT_URL=S3 endpoint url
|
|
# 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
|