Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit29d41fb

Browse files
author
vshepard
committed
Add s3 env vars
1 parentd98cee2 commit29d41fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎testgres/plugins/pg_probackup2/pg_probackup2/init_helpers.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ def __init__(self):
201201
os.environ["PGAPPNAME"]="pg_probackup"
202202
self.delete_logs=delete_logs
203203

204+
# s3 params
205+
self.s3_config_file=test_env.get('PG_PROBACKUP_S3_CONFIG_FILE')
206+
self.s3_type=test_env.get('PG_PROBACKUP_S3_TEST')
207+
204208
deftest_env(self):
205209
returnself._test_env.copy()
206210

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp