rework all the logic for the zip file organization scheme

This commit is contained in:
Alek Westover
2023-07-11 11:28:52 -04:00
parent 7bcd06b2f7
commit 4f6edae2ad
5 changed files with 97 additions and 464 deletions

View File

@@ -1,17 +1,14 @@
import json
from contextlib import closing
import pytest
from fixtures.log_helper import log
from fixtures.neon_fixtures import (
NeonEnvBuilder,
PgBin,
RemoteStorageKind,
available_s3_storages,
)
from fixtures.pg_version import PgVersion
# Generate mock extension files and upload them to the mock bucket.
#
# NOTE: You must have appropriate AWS credentials to run REAL_S3 test.